/react-native-vanilla

Most fundamental setup of react native project with Swift and Kotlin support

Primary LanguageRuby

react-native-vanilla

Most fundamental setup of react native project with Swift and Kotlin support

Notable Features:

iOS

  • Latest swift based Xcode project
  • Cocoapods Workspace ready
  • Swift 4.1 Support

Android

  • Latest Android project
  • Kotlin Support
  • Support for Gradle 4.4
  • Support for Android JSC (improved support for JavascriptCore like ES6 syntax)

Requirements

Stack / Libraries

  • React 16.4.1 react library
  • React Native 0.56.0 for building native apps using react
  • Babel 7.x.x for ES6+ support

Get Started

1. Installation

On the command prompt run the following commands

$ git clone git@github.com:pavjacko/react-native-vanilla.git

$ cd react-native-vanilla

$ npm run setup

2. Run

npm start

npm run ios

//make sure you have 1 android device connected or 1 emulator running
npm run android