0.0.4 • Published 1 year ago
@arijesus/react-native-starter v0.0.4
React Native Starter
A simple Expo/React Native template with TypeScript, ESLint, Prettier, and React Navigation.
Libraries Used
Project Structure
.
├── assets
│ ├── fonts
├── src
│ ├── components
│ | ├── core
| | | ├── Box
| | | ├── Stack
| | | ├── Text
│ ├── routes
│ ├── screens
│ ├── styles
│ ├── utils
├── App.tsxGetting Started
Prerequisites
- 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)
Usage
1. Create a new project using the template:
npx create-expo-app {YOUR_PROJECT_NAME} --template @arijesus/react-native-starter
cd {YOUR_PROJECT_NAME}2. Install dependencies:
npm install3. Start the project
npm run start3.a. Running on Android:
npm run android3.b. Running on iOS:
npm run iosLicense
This project is licensed under the MIT License - see the LICENSE file for details.