-
Notifications
You must be signed in to change notification settings - Fork 0
Installation and Development
The following need to be installed on the system
- Node.js (including npm)
Download or clone the repo onto your local system
-
First globally install the react cli
npm install -g react-native-cli
and real time editing tool expo globally vianpm install -g expo-cli
via your command line interface. -
Navigate to the local repo inside of a command line interface (terminal, powershell, cmd) first type in
npm install
An excellent guide on how to enable native emulation when developing the application follow the link
type npm start in your cli and then navigate to it via your Expo phone app
If any errors occur you can seek help at https://github.com/FormidableLabs/victory-native https://facebook.github.io/react-native/docs/getting-started.html
To test the application without any modifications or need to download the source code vist the url https://expo.io/@kpmate/GamerWatch
-
Start the server by navigating to the local repo inside of a command line interface (terminal, powershell, cmd) first type in
npm start
-
Then type in
expo publish
to the command line interface and your application will be published in production mode for both iOS and android with the changes you made. -
You can now visit your application from the url expo posted in the CLI that is hosted externally as well as via your local server.