- Run
npm i
in the root folder to install node modules. - To run on iOS, run this command:
react-native run-ios
- To run on android, run this command:
react-native run-anroid
- Navigation --> React Navigation
- State --> React Context API, React Component state
- UI --> Custom
- Enter your name in the prompt shown on app launch.
- Dummy data is used to display a list/grid of events in HOME tab.
- On tapping the event, an event detail page is shown. One can track/untrack event from there.
- EVENT TRACKING tab shows all the events being tracked. The events can be reordered using drag and drop.
- Tracked events are being persisted through app sessions.