Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.49 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.49 KB

React Native Workshop (Typescript)

Supports Expo iOS Supports Expo Android Supports Expo Web

🚀 React Native Workshop

This is a small example project for the react native workshop.

Starting the project

Clone this project by entering git clone https://github.com/TechLabsAC-WebDevelopers/react-native-workshop.git in your project folder! It will copy the repository into a new folder react-native-workshop.

Change directory (cd) to the new folder (react-native-workshop) and install dependencies using npm i.

From here, you can start your project with either npm run web (web app), npm run android (android app, requires emulator), npm run ios (ios app, requires emulator), npm run start (expo start) or just npx expo start (for expo go app).

Note: Try to test out the project on your mobile phones using the expo go app.

Project structure

The entrypoint for the App is App.tsx. Components should be placed in the components/ folder.