-
Create app with react-native init CarDiary
-
Install eslint congfig: npm install --save eslint-config-rallycoding
-
Move .eslintrc file
-
At this point you should have a running app with eslint and prettyfy
-
Install redux npm install --save redux react-redux
-
Create an src folder
-
in app.js:
import React, { Component } from 'react'; import { Provider } from 'react-redux'; import { createStore, } from 'redux';
create folder src/reducers create index.js inside saved a copy of clean redux
-
firebase npm install --save firebase create app on firebase.google.com get code between script tags and paste in
npm install --save react-native-router-flux
-
Did some components, now to create navigation for them
-
Navigation works, using router-flux
-
added native calendar in form scren, works