-When moving your app to production, the
+NSURLcan point to a pre-bundled file on disk via something likelet mainBundle = NSBundle(URLForResource: "main" withExtension:"jsbundle"). You can use thereact-native-xcode.shscript innode_modules/react-native/scripts/to generate that pre-bundled file.When moving your app to production, the
URLcan point to a pre-bundled file on disk via something likeBundle.main.url(forResource: "main", withExtension: "jsbundle"). You can use thereact-native-xcode.shscript innode_modules/react-native/scripts/to generate that pre-bundled file.
-When moving your app to production, the
+NSURLcan point to a pre-bundled file on disk via something likelet mainBundle = NSBundle(URLForResource: "main" withExtension:"jsbundle"). You can use thereact-native-xcode.shscript innode_modules/react-native/scripts/to generate that pre-bundled file.When moving your app to production, the
URLcan point to a pre-bundled file on disk via something likeBundle.main.url(forResource: "main", withExtension: "jsbundle"). You can use thereact-native-xcode.shscript innode_modules/react-native/scripts/to generate that pre-bundled file.