Skip to content

📱 Implementation of the Generic Event App with ReactNative + Typescript

Notifications You must be signed in to change notification settings

channelmobiledev/geav2

Repository files navigation

Generic Event App - Version 2

📱 Implementation of the Generic Event App with React Native + Typescript

Check the YouTube journey here

Youtube Thumbnail of the video

https://www.youtube.com/playlist?list=PLZkwxCe0wc0nACzBDjnEflgC7KqU6BFDB

How to run the project

Start the development server

Note: Development server (Metro) needs to run in conjuction with the Android / iOS project

npm start

Run the project on the target platform

🤖 Android

npm run android

🍎 iOS

npm run ios

Installation

Install git

Install Node

Clone the project

git clone git@github.com:channelmobiledev/geav2.git

On the project's root directory, install npm packages

npm install

Should be good to go 🎉