3 Commits

Author SHA1 Message Date
Miguel
a4410df60f Adds React as a dependency (#275) 2018-04-27 02:06:14 +08:00
Aaron Lee
6c0801000a Fix ambiguous resolution with react-native module (#266) 2018-01-19 10:25:58 +08:00
Troy Zhang
472261c412 create podspec file for cocoapods.
With the file, we can integrate `react-native-picker` with an exist native `iOS` project like bellow:
``` ruby
// Podfile
pod 'Picker', :path => '../YeSanPoRN/node_modules/react-native-picker'
```
2017-07-06 23:58:49 +08:00