项目作者: harsha973

项目描述 :
React native learning from udemy course
高级语言: JavaScript
项目地址: git://github.com/harsha973/Learn-React-Native-Firebase-Auth.git


Learn-React-Native-Firebase-Auth

Developing on Atom Editor and using ESLint as linter.
Three steps to configure
1) Add linter to the editor by searching for linter, linter-eslint
2) Install npm module required for React-native using ‘npm install —save-dev eslint-config-rallycoding’
3) create a file under project ‘.eslintrc’ and add
{ "extends": "rallycoding" }

You should be ready to go. For more look into Udemy course ‘the-complete-react-native-and-redux-course’ episode 11