@mediacubeco/expo-template-fsd
v1.2.1
Published
Application by Mediacube developers
Keywords
Readme
Expo Template FSD
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
Run the project from the templates/expo-template-fsd directory:
yarn install
yarn startThen choose a target platform:
yarn android
yarn ios
yarn webScripts
yarn prebuild- Generates native projects with Expo prebuild.yarn start- Starts the Expo development server.yarn android- Starts the app in Android mode.yarn android:device- Runs the Android app on a connected physical device.yarn ios- Starts the app in iOS mode.yarn ios:device- Runs the iOS app on a connected physical device.yarn web- Starts the app in web mode.yarn format- Formats the codebase with Prettier.yarn lint- Runs ESLint checks.yarn type- Runs TypeScript type checking.
