@mediacubeco/expo-template-fsd
v2.4.1
Published
Application by Mediacube developers
Downloads
1,350
Readme
Application
This project is built on top of the @mediacubeco/expo-template-fsd template.
Core @mediacubeco Libraries Used
Runtime
@mediacubeco/base@mediacubeco/base-react@mediacubeco/base-react-native
Tooling & Configs
@mediacubeco/eslint-config@mediacubeco/eslint-config-fsd@mediacubeco/eslint-config-react@mediacubeco/eslint-config-react-native@mediacubeco/prettier-config@mediacubeco/prettier-config-fsd@mediacubeco/typescript-config@mediacubeco/typescript-config-fsd@mediacubeco/typescript-config-react@mediacubeco/typescript-config-react-native
Quick Start
npm install
npm run postinstall
npm run startThen choose a target platform:
npm run android
npm run ios
npm run webScripts
npm run prebuild- Generates native projects with Expo prebuild.npm run start- Starts the Expo development server.npm run android- Starts the app in Android mode.npm run android:device- Runs the Android app on a connected physical device.npm run ios- Starts the app in iOS mode.npm run ios:device- Runs the iOS app on a connected physical device.npm run web- Starts the app in web mode.npm run format- Formats the codebase with Prettier.npm run lint- Runs ESLint checks.npm run type- Runs TypeScript type checking.
