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
the better solution is to write this in your index file:
index
console.disableYellowBox = true;