A social-media app to share photos with other users.
- Image compression of posts before uploading
- Displays creation time of post
- Like and Dislike Feature
- state management through redux
- Android (Download APK)
-
To start metro server run:
npx react-native start -
To run app in android run:
npx react-native run-android -
To create build apk
npx react-native run-android --variant=release
