Coder Social home page Coder Social logo

react-native-starter-kit-expo's Introduction

react-native-starter-kit-expo

Help you quickly set up your React Native mobile app with best practices.

Intro

This is an Expo based project. It's a better way to build a React Native application, you don't need to care about native stuff. And you can convert it into a bare React Native application any time by one command: "npx expo prebuild".

Expo: 49.0.10

React Native: 0.72.4

React: 18.2.0

Features

  • TypeScript supported

  • Navigation: React Navigation

  • Material Design library: React Native Paper

  • Code Linting: Eslint + prettier + react-native-community/eslint-config

  • Testing:

    • Unit Test: Jest
    • Component Test: React Native Testing Library (RNTL)
    • E2E Test: E2E test is not included in this starter kit because it cannot be directly run on an Expo project. However, you can easily integrate E2E tests by converting the Expo project into a bare React Native project using the 'npx expo prebuild' command. You can follow this guide
  • Pre-commit: husky

  • Network client: Axios

  • State Management: React Context API and React Hooks

  • Icons: @expo/vector-icons

  • Local Storage: @react-native-async-storage/async-storage

Getting started

  1. Clone the repository

  2. Install dependencies

    cd react-native-starter-kit-expo
    yarn
    
  3. Run project on simulator/emulator

    iOS simulator:

    yarn ios
    

    Android emulator:

    yarn android
    

    or

    // The Expo CLI will provide options to open in [web, android or iOS]
    
    yarn start
    

License

MIT licensed.

react-native-starter-kit-expo's People

Contributors

ligang-tw avatar gang544043963 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.