1.1.0 • Published 4 years ago

react-native-template-corvoloso v1.1.0

Weekly downloads
24
License
-
Repository
-
Last release
4 years ago

Dev enviroment React Native - Corvoloso

The following template was born by the pain i had to everytime i would work on a new project, every time i would always configure stuff i used like React itself, Eslint and Prettier, Reactotron and Redux. This template came to solve my problem

To summarize it, i stacked a bunch of technologies i use in projects and made my own template for React Native development!

The project has some of the libs and configs i use myself, it is made to be scalable on greater projects and it is to help myself whenever i start to have a nut idea on my mind

Dependencies

  • React
  • React Native
  • React-Hooks
  • Axios
  • Prop-types
  • React-navigation
    • @react-navigation/native
    • @react-navigation/stack
  • Redux
    • Redux-Sagas
    • React-Redux
    • Immer
    • Reduxsauce
    • Seamless-immutable
  • Reactotron
    • Reactotron-react-native
    • Reactotron-redux
    • Reactotron-redux-saga
  • Styled-components

Development Dependencies

  • @babel/core
    • babel-eslint
    • babel-plugin-root-import
    • babel-plugin-transform-remove-console
    • @babel/runtine
    • babel-jest
    • metro-react-native-babel-preset
  • jest
  • eslint
    • eslint-config-airbnb
    • eslint-import-resolver-babel-plugin-root-import
    • esling-plugin-import
    • eslint-plugin-jsx-ally
    • eslint-plugin-react
    • eslint-plugin-react-native
    • eslint-plugin-prettier
    • eslint-config-prettier
  • prettier

How to get things goin'?

Have interest in using my template? i do commend you to start making your own, cause it is pretty fun actually seeing all the technologies you need to use in basic projects, you have two ways to utilize the template itself:

//git clone it

git clone "git@github.com:Corvoloso/react-native-template-corvoloso.git"

//starting a Project with this template
react-native init MyApp --template corvoloso

//after this you can run the app and get start coding C;

//**you will need Node version to be 10> to run without problems and avoid errors

Thank you for reading all of this, hope i have helped some crazy mind who got through my profile