Skip to content

TechLabs-Aachen/react-native-workshop

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published