A grocery app prototype design made with React Native.
https://www.uplabs.com/posts/grocery-app-4b2d281e-1042-4ae2-b9cb-1d03d4249bf1
To clone and run this application, you'll need Git and React Native installed on your computer. From your command line:
# Clone this repository
$ https://github.com/boffincoders/rn-clubhouse-ui-challange
# Go into the repository
$ cd rn-clubhouse-ui-challange
# Install dependencies
$ npm install
# Run the iOS app
$ react-native run-ios
# Run the Android app
$ react-native run-android