A simple e-commerce mobile app, using:
- React Native CLI
- TypeScript
- Redux (with Redux Toolkit)
- Reanimated
- React Navigation (with the Native Stack Navigation)
- And other libraries such as FastImage, dayjs and @gorhom/bottom-sheet
- Go into project folder and run
npm install
- Then run
cd ios && pod install && cd ..
- Finally run
npm run ios
- Be sure that you have your
local.properties
file inandroid
folder. - Finally run
npm run android
I'm assuming you have some experience coding, and you have Xcode (in the case of macOS), and Android Studio installed. Also, you must have
node.js
on your machine.