Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khalil-codes/todo-react-native-app

A Simple App to test React Native and getting familiar with navigations, hooks, components and many more. Used redux and added backend from one of my previous repo. Link in Readme
https://github.com/khalil-codes/todo-react-native-app

hooks react-native react-native-navigation redux

Last synced: 27 days ago
JSON representation

A Simple App to test React Native and getting familiar with navigations, hooks, components and many more. Used redux and added backend from one of my previous repo. Link in Readme

Awesome Lists containing this project

README

        

## Getting Started with the App

A Simple App to test React Native and getting familiar with navigations, hooks, components and many more. Used redux and added backend from one of my previous repo
[Todo App Backend](https://github.com/Khalil-codes/todo-mern-app/tree/master/backend).

#

### Commands to run app:

1. Install Dependencies:

`npm install`

2. If you wish to run on Ios then:

`npm run ios`

3. If you wish to run on Android then:

`npm run android`