7.1.3 • Published 4 years ago

react-native-template-vindicce-expo v7.1.3

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

The template was created so we can start the project faster. Unifying all the logic of the redux, in a single file like in duck pattern. We also have a template generator where we can create several components with only this command.

Starting project with this template

You can starting a new project this way:

expo init MyAppName --template react-native-template-vindicce-expo

Generator Options

run yarn g to see the options

  • Function View: • View, to create Views(Container's), with redux.
  • Component: • Components, for the creation of components.
  • Flow: • Flow, to create a new application flow, already as a standard view, with redux.
  • Redux: To create a new Redux/Actions/Sagas.

:exclamation: The model will take care of creating and making all imports to leave what was created with global access.

import examples

All codes can be imported from the index.js of their respective folders.

import React from 'react'
import { CustomButton, CustomBackground } from '../components'
...
import React from 'react'
import actions, { Word } from '../redux/actions'
...
OR

import React from 'react'
import actions, { Word as WordActions } from '../redux/actions'
...

Links with libs

Styled-components

https://styled-components.com

Navigator

https://reacttraining.com/react-router/core/guides/quick-start

Redux

https://redux.js.org

Thunk

https://github.com/reduxjs/redux-thunk

Sagas

https://redux-saga.js.org

You have a question?

Please send email for the henriquebasshvf@gmail.com

7.1.3

4 years ago

7.1.2

4 years ago

7.1.1

4 years ago

7.1.0

4 years ago

6.1.2

4 years ago

7.0.0

4 years ago

6.1.1

4 years ago

6.1.0

4 years ago

6.0.0

4 years ago

5.0.0

4 years ago

4.0.0

4 years ago

3.2.6

4 years ago

3.2.5

4 years ago

3.2.4

4 years ago

3.2.3

4 years ago

3.2.2

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

5 years ago

0.0.17

5 years ago

0.0.15

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago