📺 Demo Video
Hello React Native developers, this is my latest project what I did with React Native. I'm very happy to share it with you. I hope it will help you to learn more about React Native.
📗 Library used in this project:
- React Native (v0.69.3)
- Reanimated v2
- React-native-navigation v6
- Mobx v6
Wanna support me? You can buy me a coffee here ☕
Firstly, install dependencies using yarn
git clone https://github.com/iamvucms/x-gram.git
cd x-gram
yarn
npx pod-install
Start the application
npx react-native run-ios # for ios
npx react-native run-android # for android
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.