Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 478 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 478 Bytes

Simple app in React Native for hosting an Event

Awesome gif

How to run

Make sure you have react-native environment set on your machine.

Update dependencies by running:

yarn install

Run

npx react-native start

from the project directory in a terminal.

Then run npx react-native run-android

to open the android emulator and interact with the app.