package.json 265 Bytes
Newer Older
1 2 3 4 5 6 7 8
{
  "name": "PickerTest",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node_modules/react-native/packager/packager.sh"
  },
  "dependencies": {
xwenliang's avatar
xwenliang committed
9
    "react": "15.0.2",
xwenliang's avatar
xwenliang committed
10
    "react-native": "^0.26.1",
xwenliang's avatar
xwenliang committed
11
    "react-native-picker": "^3.0.3"
12 13
  }
}