expo-native-create

0.1.16 • Public • Published

Expo-native-create

This is a NodeJs CLI tool created to help you kickstart an expo project with a some already made config



Features

  • Comes with a better folder structure to help you build a scalable react-native-app
    • The folder structure supports cross-platform-development aswell.
  • Comes preinstalled with React-navigation and the native stack navigator.
    • Has React-navigation and the native stack navigator already setup with a home screen.


Installation

Using Yarn

    $  yarn global expo-native-create

Using Npm

    $  npm install expo-native-create --global


Usage

Simply run

    $ expo-native-create

or

    $ expo-native-create [appName]


Options

For javascript template pass "-j" or "--javascript"

    $ npx expo-native-create -j

For typescript template pass "-t" or "--typescript"
    $ npx expo-native-create -t

/expo-native-create/

    Package Sidebar

    Install

    npm i expo-native-create

    Weekly Downloads

    1

    Version

    0.1.16

    License

    MIT

    Unpacked Size

    671 kB

    Total Files

    42

    Last publish

    Collaborators

    • console45