This repository is the app built using react-native for Soidh which is an mobile app to share images in groups easily!
Server repos: soidh-sv soidh-media-service
Clone the project
git clone https://github.com/himanshuxmehra/soidh-app.git
Go to the project directory
cd soidh-app
Install dependencies
npm install
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
Start the Metro server, the JavaScript bundler that ships with React Native.
npm start
# for android
npm run android
# for ios
npm run ios
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.