mirror of
https://github.com/zhigang1992/react-native-picker.git
synced 2026-06-16 20:01:14 +08:00
12 lines
198 B
JavaScript
12 lines
198 B
JavaScript
/**
|
|
* react-native-picker example for ios
|
|
*/
|
|
|
|
import {
|
|
AppRegistry
|
|
} from 'react-native';
|
|
|
|
import PickerTest from './index.js';
|
|
|
|
AppRegistry.registerComponent('PickerTest', () => PickerTest);
|