This React Native built app will be used by Bubble 88 to provide us with initial feedbacks.
- All styles, menu items should be fetched from the cloud.
- For any installation commands, add it to the installation script. (If it is no longer need, we can remove it from json easily)
- Use Expo built-in functionality whenever possible.
Set up the local development tool Expo and related dependencies (node.js, Git).\
npm install eslint --save-dev
npx eslint --init
npm install @react-navigation/native
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install @react-navigation/stack
npm install @react-navigation/bottom-tabs
npm i --save react-native-swiper@nightly
expo install react-native-maps
yarn add react-native-tab-view
yarn add react-native-elements
yarn add react-native-scrollable-tab-view
npm install --save react-redux
npm install redux
- Please open an new issue, or assign yourself for an existing issue.
- Create a new branch for that issue.
- Add/edit some code.
- Sync up with master and submit a pull request.