- Add support for Google sign-in on Android
- Add support for Apple sign-in on Android and iOS
Pseudo Shop (one of my earlier projects) reimagined as a native mobile application.
- React Native
- React Native Firebase
- Redux Toolkit
- Sign in with Google or Apple account
- Browse products, search bar and different categories
- See product details
- Favorites
- Shopping cart
- Dark Mode
There is no live demo for this app since I would need to upload it to the Play Store and App Store respectively. If you would like to try it out for yourself, follow these steps:
- Clone or download this repo
- Run
yarn install
ornpm install
in your terminal - You would need an Android emulator which you can see how to set up here
- If you are using a Mac, you can download Xcode and set up an iOS simulator
- Run
yarn run ios
,yarn run android
ornpm run ios
,npm run android
respectively