Files
react-native-picker/example/PickerTest/index.js
2017-12-07 18:25:41 +08:00

5 lines
147 B
JavaScript

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