You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

541 B

How this cocoapods project were created

  1. react native init ExampleCocoaPods
  2. pod init (from ./ios)
  3. yarn add react-native-date-picker
  4. react-native-link
  5. Edited Podfile
  6. pod install (from ./ios)

Versions

"react": "16.6.1",
"react-native": "0.57.7",
"react-native-date-picker": "^2.2.1"