First, make sure you have Expo CLI installed: npm install -g expo-cli
Install: yarn
or yarn install
Run Project Locally: yarn dev
or yarn start
- Expo SDK 43
- iOS, Android
- PropTypes
Dev with Expo Web
- Remove node_modules if they exist:
rm -rf nodes_modules
- Install/Re-install:
yarn
- Start development:
yarn web
orexpo start --web
- Build PWA:
yarn web-build
orexpo build:web
- Custom Bar for Music Player added to
<BottomTabBar />
- Custom Bar for Music Player added to
- Modals (bottom to top)
- Music Player