javascript - How to bundle and deploy React-Native iOS app on real device -


i unable find documentation latest release of react-native on how bundle , deploy app on actual device.

i'm getting red screen errors when opening remote debugger on iphone, app loads without remote debugger enabled.

i haven't changed url in appdelegate.m , rootbundle still @"index.ios".

thanks monochrome answer, has been helpful!

i'm having issues step 4 onwards, appdelegate.m file doesn't same have explained.

jscodelocation = [[rctbundleurlprovider sharedsettings]       jsbundleurlforbundleroot:@"index.ios" fallbackresource:nil];    rctrootview *rootview = [[rctrootview alloc] initwithbundleurl:jscodelocation                                                   modulename:@"kompas"                                                   initialproperties:nil                                                   launchoptions:launchoptions]; 

Comments