React Native reviews sharing app. rate anything around you and share it with people (Android only) Native modules is not configured for ios
20210417-031753-393.mp4
- Firebase auth
- Firebase Stroge
- Google Sign in
- File Upload
- Auto login
- Camera Access
- Gallery Access
- Clone the project
git clone https://github.com/hatmramadn/uReview.git
- Install dependencies
cd uReview
# Using yarn
yarn install
# Using npm
npm install
- Run the app
# Using yarn
yarn ios
yarn android
# Using npm
npm run ios
npm run android