1.4.0 • Published 7 years ago

react-field-components v1.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

import

import { 
  DateField,
  MapField,
  SuggestField,
} from 'react-components'

DateField

<DateField
  selectedValue={this.state.value || new Date()}
  onValueChange={value => this.setState({ value })}
  androidStyles={{
    pickerholder: {},
    pickerStyle: {},
    itemStyle: {},
  }}
  selectedValue
  mode="date" || "datetime"
  maxDate=""
/>

MapField

Requires "react-native-maps": "^0.13.1" googlePlaceKey https://console.developers.google.com

  • Google Places API Web Service
  • Google Maps Geocoding API
1.4.0

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago