Skip to content

This is the completed project for the React Native Workshop.

Notifications You must be signed in to change notification settings

void-tech-um/react-native-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native Workshop

This is the completed project for the React Native Workshop. Feel free to look over it to remind yourself of the concepts we covered.

You can find the detailed setup in the docs folder. Or you can go to the live site.

Quick Start

Install the dependencies:

$ ./install solution

Run the development server:

$ cd solution/
$ npm start

Running the app

To run the app, you will need to have the Expo Go app installed on your device. You can also use the Expo CLI to run the app on your computer.

Start the development server with npm start or npx expo start

To open the app:

  • On your Android device, press "Scan QR Code" on the "Home" tab of the Expo Go app and scan the QR code you see in the terminal.
  • On your iPhone or iPad, open the default Apple "Camera" app and scan the QR code you see in the terminal.

Available Scripts

Populate the Database

$ node generator/populateApi.js

This script will populate the database with some hardcoded data. You can run it as many times as you want, but it will have duplicate data.

Install Dependencies

$ ./install DIR

This script will install the dependencies for the project in the specified directory.

Learn More

You can learn more about React Native in the React Native website.

For more information about Expo, see the Expo documentation.

About

This is the completed project for the React Native Workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published