Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 703 Bytes

File metadata and controls

48 lines (33 loc) · 703 Bytes

uReview

React Native reviews sharing app. rate anything around you and share it with people (Android only) Native modules is not configured for ios

App Demo

20210417-031753-393.mp4

App Features

  • Firebase auth
  • Firebase Stroge
  • Google Sign in
  • File Upload
  • Auto login
  • Camera Access
  • Gallery Access

How to run the app

  1. Clone the project
git clone https://github.com/hatmramadn/uReview.git
  1. Install dependencies
cd uReview

# Using yarn
yarn install

# Using npm
npm install
  1. Run the app
# Using yarn
yarn ios
yarn android

# Using npm
npm run ios
npm run android