React Native Wheel Datepicker Versions Save

Android & iOS iOS-style Picker & DatePicker Components for ReactNative

2.1.4

6 years ago
  • Fix Android DatePicker styles (PR #2 by @falsecz)
  • Correct propTypes for styles (PR #2 by @falsecz)

2.1.3

6 years ago
  • Merged pull request by @falsecz (#1)

2.1.2

6 years ago

2.1.1

6 years ago
  • Remove some old files from repository
  • Update .npmignore to ignore garbage like screenshots and other
  • Move JS files to src folder for better structuring

2.1.0

6 years ago
  • Added eslint with airbnb preset to style code perfectly.
  • Getting rid of lodash dependency. All constructions replaced by ES6.
  • Refactor everything to React.PureComponent.
  • Update demo application to use latest React Native (0.49 at a time of update).
  • Switch from React.PropTypes to PropTypes package as is React 16 removed PropTypes from core.
  • Remove @Override on native createJSModules to support RN >= 0.47 (Take a look at @mcousillas6 PR on original repo)