Hide all warnings on app - duyluandethuong/react-native-tips-tricks GitHub Wiki

In your AppDelegate.m file you can change this line :

 jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];

and replace dev=true by dev=false at the end.