Several steps.
- Quick start create project with create-react-native-app
- Get debugger working with react-native-debugger
- Set up Xcode and/or Android Studio environment and eject from Expo so publishing is possible
At this point you can develop with:
yarn start
- in a new tab:
react-native run-ios
- debug with:
"open rndebugger://set-debugger-loc?host=localhost&port=8081"
Then publish and profit 😀
This guide simplifies React Native so well! Thanks for sharing!