This app works on React Native (iOS, Android, Windows) and web. The commands in the instructions below assume you are in the root of this repo.
- From the hello-world directory, run
npm install
. This fetches the dependencies.
npm run start:web
npm run build:web
npm run start:ios
open ios/RXPHelloWorld.xcodeproj
project in Xcode
press the Run button
Have an Android emulator running (quickest way to get started), or a device connected
npm run start:android
open android/
project in Android Studio
press the Run button
npm run start:windows
open windows/RXPHelloWorld.sln
project in Visual Studio
press the Run button