Skip to content

A simple Expo/React Native template with TypeScript, ESLint, Prettier, and React Navigation.

Notifications You must be signed in to change notification settings

arimariojesus/react-native-starter

Repository files navigation

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.tsx

Getting 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 install

3. Start the project

npm run start

3.a. Running on Android:

npm run android

3.b. Running on iOS:

npm run ios

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple Expo/React Native template with TypeScript, ESLint, Prettier, and React Navigation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published