Meals App using new feature Hooks with Redux
- git clone
https://github.com/rendystdy/meals-app.git
in the terminal - Run
cd meals-app
npx installor yarn install
in the terminal - Run npx react-native run-android or run-ios /
yarn android or yarn ios
in terminal
- "@react-native-community/masked-view": "^0.1.6",
- "babel-preset-react-native": "^4.0.1",
- "react": "16.9.0",
- "react-native": "0.61.5",
- "react-native-dotenv": "^0.2.0",
- "react-native-gesture-handler": "^1.5.3",
- "react-native-paper": "^3.5.1",
- "react-native-reanimated": "^1.7.0",
- "react-native-safe-area-context": "^0.6.4",
- "react-native-screens": "^2.0.0-alpha.33",
- "react-native-vector-icons": "^6.6.0",
- "react-navigation": "^4.1.0",
- "react-navigation-drawer": "^2.3.3",
- "react-navigation-header-buttons": "^3.0.4",
- "react-navigation-material-bottom-tabs": "^2.1.5",
- "react-navigation-stack": "^2.0.16",
- "react-navigation-tabs": "^2.7.0",
- "react-redux": "^7.1.3",
- "redux": "^4.0.5",
- "redux-devtools-extension": "^2.13.8",
- "redux-thunk": "^2.3.0"