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.
 
 
 
 
 
 
Henning Hall e215538424
Custom width and height + Layout improvements (#82)
6 years ago
..
android Custom width and height + Layout improvements (#82) 6 years ago
ios Custom width and height + Layout improvements (#82) 6 years ago
.babelrc Custom width and height + Layout improvements (#82) 6 years ago
.buckconfig Custom width and height + Layout improvements (#82) 6 years ago
.flowconfig Custom width and height + Layout improvements (#82) 6 years ago
.gitattributes Custom width and height + Layout improvements (#82) 6 years ago
.gitignore Custom width and height + Layout improvements (#82) 6 years ago
.watchmanconfig Custom width and height + Layout improvements (#82) 6 years ago
App.js Custom width and height + Layout improvements (#82) 6 years ago
README.md Custom width and height + Layout improvements (#82) 6 years ago
app.json Custom width and height + Layout improvements (#82) 6 years ago
index.js Custom width and height + Layout improvements (#82) 6 years ago
package.json Custom width and height + Layout improvements (#82) 6 years ago
yarn.lock Custom width and height + Layout improvements (#82) 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"