A Ui focused furniture store based with new Animated 3 features like Shared Element Transition
- React Native
- React Native Reanimated 3
- Clone the repo:
git clone https://github.com/hewad-mubariz/Furniture_App.git
npm install
cd ios && pod install && cd ..
npm run ios
npm install
npm run android
Simple Flow Demo
If you'd like to see a simple flow of the application, please follow the steps below:
For Android:
- Ensure you have an Android emulator or a connected device.
- Run the following command in your terminal:
npm run detox:test-android
For iOS:
- Ensure you have an iOS simulator or a connected device.
- Run the following command in your terminal:
npm run detox:test-ios
These commands will showcase a basic flow of the application on the respective platforms.