@astrocoders/rn-redux-form-field

1.2.0 • Public • Published

@astrocoders/rn-redux-form-field

A Field wrapper using Native Base components

Install

yarn add @astrocoders/rn-redux-form-field

Usage

function SomeForm({...}){
  return (
    <Form>
      <Field
        name="email"
        keyboardType="email"
        labelStyle={{fontSize: 16}}
      />
    </Form>
  )
}

export default compose(
  reduxForm({
    form: 'someForm'
  })
)(SomeForm) 

/@astrocoders/rn-redux-form-field/

    Package Sidebar

    Install

    npm i @astrocoders/rn-redux-form-field

    Weekly Downloads

    3

    Version

    1.2.0

    License

    MIT

    Last publish

    Collaborators

    • luizmoratelli
    • yurijean
    • lucasbesen
    • eliabejr
    • medson10
    • gabrielrubens
    • georgelima
    • guilhermedecampo