BPartners Mobile is the mobile version of BPartners app
Project currently based on:
- React Native
- React Navigation
- MobX State Tree
- TypeScript
- Detox
- And more!
BPartners Mobile global project's structure will look similar to this:
bpartners-mobile
├── app
│ ├── components
│ ├── config
│ ├── hook
│ ├── i18n
│ ├── layouts
│ ├── models
│ ├── navigators
│ ├── screens
│ ├── services
│ ├── theme
│ ├── utils
│ ├── app.tsx
├── e2e
│ ├── init.js
│ ├── jest.config.js
├── amplify
│ ├── config
├── android
│ ├── app
│ ├── gradle
│ ├── build.gradle
│ ├── gradle.properties
│ ├── gradlew
│ ├── gradlew.bat
│ └── settings.gradle
├── ios
│ ├── BpartnersMobile
│ ├── BpartnersMobile.xcodeproj
│ └── BpartnersMobile.xcworkspace
│ └── Podfile
├── src
│ ├── aws-export.js
├── package.json
├── README.md
├── index.js
├── .env
├── .metro.config.js
├── .tsconfig.json
├── .detoxcs.js
├── .eslintrc.js
├── .prettierrc.json
├── .jest.config.js