Issue
I get these yellow warning boxes on the bottom of my AVD. How do I turn that off, because it is really annoying.
Solution
In RN>55(or 54 maybe) you can ignore warnings by this code:
import { YellowBox } from 'react-native';
constructor(props, context) {
...
YellowBox.ignoreWarnings(['Setting a timer for a long']);
}
put this in index.js
constructor and type some beginning words of warning error.
Answered By - Ali SabziNezhad
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.