React Native running app on a device without a server

It is unbelievable how poorly documented the React Native documentation is, they just delivered as little as possible. I have already managed to launch my application using option 1, but option 2 is even more obscure: https://facebook.imtqy.com/react-native/docs/running-on-device-ios.html

I do not know if there is an example of a full-featured response-terminal package so that I know what is actually required there. For example --entry-file <path> which path? All the way from my hard drive to this folder or just the file itself? --bundle-out ....? What the hell do I need for this? I don’t know why they need to do so damn incomprehensibly.

I am surprised that there are no other resources on the Internet that give instructions more clearly. I guess there aren’t many React Native apps on the App Store.

+7
ios react-native
source share
1 answer

I don’t know what this is about, the documentation is very bad about this. A somewhat important part of creating an application too! In the end, I found an answer on how to do this:

https://github.com/facebook/react-native/issues/240

+3
source share

All Articles