/RNTemplate

Primary LanguageJavaScript

RNTemplate

Install

npx react-native init <ProjectName> -template https://github.com/cankatm/RNTemplate.git

Usage

IOS

yarn run ios

Android

yarn run android

Importing Files

You can import a file like <projectDir>/src/components/<componentName> as @src/components/<componentName>

Modificaition

You can change or define new alias under .babelrc file