harsha973 / Learn-React-Native-Firebase-Auth

React native learning from udemy course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React native learning from udemy course


Languages

Language:JavaScript 52.1%Language:Objective-C 26.1%Language:Python 11.5%Language:Java 9.4%Language:Shell 0.9%