A simple TODO app built in react-native using -
graphQL: for quering.Apollo Client: for state management.Async-Storage: for local storage.
-
Globally installed react-native CLI
On the command prompt run the following commands:
$ cd TODO_GraphQL/
$ yarn- Run
react-native run-iosin your terminal
- Run
react-native run-androidin your terminal
- Inline validation for
Login/SignUpform. - Use of
react-native-gesture-handlerinstead ofreact-native-swipeableor create custom component forSwipeableusingPanResponder. - Use of
dropdownforGender inputin SignUp form. - Store can implemented using state management libraries like
Redux/mobX state tree