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.
 
 
 
 
 
 
dependabot[bot] f6f5c13c00 Bump js-yaml from 3.12.0 to 3.13.1 in /example-cocoapods (#68) 6 years ago
..
android Added cocoapods example project 6 years ago
ios Added cocoapods example project 6 years ago
.babelrc Added cocoapods example project 6 years ago
.buckconfig Added cocoapods example project 6 years ago
.flowconfig Added cocoapods example project 6 years ago
.gitattributes Added cocoapods example project 6 years ago
.gitignore Added cocoapods example project 6 years ago
.watchmanconfig Added cocoapods example project 6 years ago
App.js Added cocoapods example project 6 years ago
README.md Added cocoapods example project 6 years ago
app.json Added cocoapods example project 6 years ago
index.js Added cocoapods example project 6 years ago
package.json Added cocoapods example project 6 years ago
yarn.lock Bump js-yaml from 3.12.0 to 3.13.1 in /example-cocoapods (#68) 6 years ago

README.md

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"