Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khalil-codes/todo-react-native-app
- Owner: Khalil-codes
- Created: 2022-03-21T17:06:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T07:56:14.000Z (almost 3 years ago)
- Last Synced: 2023-12-02T14:39:31.893Z (about 1 year ago)
- Topics: hooks, react-native, react-native-navigation, redux
- Language: JavaScript
- Homepage:
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`