A simple Expo/React Native template with TypeScript, ESLint, Prettier, and React Navigation.
.
├── assets
│ ├── fonts
├── src
│ ├── components
│ | ├── core
| | | ├── Box
| | | ├── Stack
| | | ├── Text
│ ├── routes
│ ├── screens
│ ├── styles
│ ├── utils
├── App.tsx
- Node.js LTS release or greater
- Recommended: recent versions of Xcode and Android Studio
- Recommended: NPM or Yarn package manager
- Recommended: macOS (for iOS development)
npx create-expo-app {YOUR_PROJECT_NAME} --template @arijesus/react-native-starter
cd {YOUR_PROJECT_NAME}
npm install
npm run start
npm run android
npm run ios
This project is licensed under the MIT License - see the LICENSE file for details.