Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 288 Bytes

disable-yellow-box.md

File metadata and controls

3 lines (2 loc) · 288 Bytes

To disable the yellow box place console.disableYellowBox = true; anywhere in your application. Typically in the root file so it will apply to both iOS and Android.

source: Disable the Yellow Box in React Native