1. 19 Jan, 2018 1 commit
  2. 06 Jul, 2017 1 commit
    • Troy Zhang's avatar
      create `podspec` file for cocoapods. · 472261c4
      Troy Zhang authored
      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'
      ```
      472261c4