Questionnaires

Getting Started

Step 1: Install the package (node_modules)

Run

$ yarn

Step 2: Make sure that android and ios folders are built correctly

Run

$ yarn expo prebuild

Step 3: Download the Application

Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

$ yarn android

For iOS

$ yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.