/** * @flow */ import React from 'react'; import { Picker, StyleSheet, View } from 'react-native'; const PickerExample = props => ( ); const styles = StyleSheet.create({ root: { alignItems: 'flex-start' } }); export default PickerExample;