package.json 266 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 10
    "react": "^15.0.2",
    "react-native": "^0.26.1",
xwenliang's avatar
xwenliang committed
11
    "react-native-picker": "^3.0.0"
12 13
  }
}