I\'m working on a react-native IOS app, and this app sometimes will raise a Warning message \"setState(...) Can only update a mounted or mounting component. ...\", I underst
To disable only this warning message use the following code on possible files
console.ignoredYellowBox = ['Warning: setState(...)'];