React-native, Typescript, Styled Components and Apollo Client
- User authorization with JWT storaged in async-storage
- Categories, Products and Users screens.
- User and Product details screens.
- Data caching with apollo-client
- Image upload from camera or gallery for Users and Products
- Different environment files configuration staging and production contexts
- Light and Dark Mode
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},