reactxp/samples/hello-world-js
dependabot[bot] 6543af8961
Bump @sideway/formula from 3.0.0 to 3.0.1 in /samples/hello-world-js (#1409)
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](https://github.com/sideway/formula/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-09 07:18:15 -08:00
..
android update samples (#1149) 2019-10-10 10:00:38 -06:00
ios update samples (#1149) 2019-10-10 10:00:38 -06:00
jest update samples (#1149) 2019-10-10 10:00:38 -06:00
scripts update samples (#1149) 2019-10-10 10:00:38 -06:00
src update samples (#1149) 2019-10-10 10:00:38 -06:00
web update samples (#1149) 2019-10-10 10:00:38 -06:00
windows update samples (#1149) 2019-10-10 10:00:38 -06:00
.eslintrc update samples (#1149) 2019-10-10 10:00:38 -06:00
.gitignore update samples (#1149) 2019-10-10 10:00:38 -06:00
README.md Sample Project Readme.md - minor updates (#1029) 2019-02-18 17:54:59 -08:00
babel.config.js update samples (#1149) 2019-10-10 10:00:38 -06:00
index.js feature/update hello world js (#880) 2018-10-25 09:10:45 -07:00
metro.config.js update samples (#1149) 2019-10-10 10:00:38 -06:00
package-lock.json Bump @sideway/formula from 3.0.0 to 3.0.1 in /samples/hello-world-js (#1409) 2023-02-09 07:18:15 -08:00
package.json Bump json5, babel-loader, eslint-loader, webpack and webpack-cli (#1403) 2023-01-01 09:15:54 -07:00

README.md

RXPHelloWorld

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.

Building

  • From the hello-world-js directory, run npm install. This fetches the dependencies.

To run your app on Web:

npm run start:web

To build Web production version of your app:

npm run build:web

To run your app on iOS:

npm run start:ios
- or -

open ios/RXPHelloWorld.xcodeproj project in Xcode press the Run button

To run your app on Android:

Have an Android emulator running (quickest way to get started), or a device connected

npm run start:android
- or -

open android/ project in Android Studio press the Run button

To run your app on Windows:

npm run start:windows
- or -

open windows/RXPHelloWorld.sln project in Visual Studio press the Run button