mirror of
https://github.com/zhigang1992/react-native-picker.git
synced 2026-06-16 02:44:48 +08:00
5 lines
147 B
JavaScript
5 lines
147 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import PickerTest from './PickerTest';
|
|
|
|
AppRegistry.registerComponent('PickerTest', () => PickerTest);
|