Use CoffeeScript and Gulp to build a React Native app. Enjoy :)
- Newer version of React Native
CoffeeLintadded, showing errors and warnings on Console
- Clone repository and
cdinto project directory. - Install global dependencies.
npm install -g gulp coffee-react-transform - Install project dependencies.
npm install
- Run
gulpfrom the project directory to start the Gulp watcher. - In another terminal session, run
npm startto start the react watcher. - Open ReactNativeCoffee.xcodeproj in Xcode and run the project.