Commit Graph

2 Commits

Author SHA1 Message Date
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