mirror of
https://github.com/zhigang1992/react-native-picker.git
synced 2026-05-24 17:23:26 +08:00
11 lines
201 B
JavaScript
11 lines
201 B
JavaScript
/**
|
|
* react-native-picker example for android
|
|
*/
|
|
|
|
import {
|
|
AppRegistry
|
|
} from 'react-native';
|
|
|
|
import PickerTest from './index.js';
|
|
|
|
AppRegistry.registerComponent('PickerTest', () => PickerTest); |