import { AppRegistry } from 'react-native'; import PickerTest from './PickerTest'; AppRegistry.registerComponent('PickerTest', () => PickerTest);