This repository contains information and additional resources for the workshop
-
Install node js version 10.16 using the 64-bit installer from here.
-
Open a command prompt window and type
node --versionto check the node js version installed in your system -
Make sure you have a good network connection, then type the following commands:
npm install -g expo-clinpm install -g create-react-native-app -
These are the two packages we need to create and run react native applications
-
To create a first application, open a command prompt in an empty folder.
-
Type
create-react-native-app HelloWorldto create an app named HelloWorld in the folder. -
To run the server, use
npm startin the command window. -
Download the expo app from play store on your android device to run it on the device.