First, make sure to have the following installed on your system:
To bootstrap a development environment, run scripts/setup --ios
or scripts/setup --android
, depending on which platform you want to build for. This should e.g. generate the corresponding Xcode project and install the required dependencies.
To run the application, you can now e.g. use npm run ios
or npm run android
, or directly run the project from Xcode, in case you develop for iOS.
To build the application from the command line, you can use the provided build lanes with fastlane
, or invoke xcodebuild
/gradle
directly. Refer to the CI workflows for examples.
For further instructions, check out the official docs.
If you prefer to run the android app using Android Studio, follow these steps instead:
android
subfolder of the project into Android Studiocd ..
npx react-native run-android
in the terminal to start the JS serverGenerated using TypeDoc