index.ios.js 198 Bytes
Newer Older
1
/**
xwenliang's avatar
xwenliang committed
2
 * react-native-picker example for ios
3 4
 */

xwenliang's avatar
xwenliang committed
5 6
import {
    AppRegistry
7 8
} from 'react-native';

xwenliang's avatar
xwenliang committed
9
import PickerTest from './index.js';
10 11

AppRegistry.registerComponent('PickerTest', () => PickerTest);