Iryna Kreichmann

Results 19 comments of Iryna Kreichmann

I'm currently testing in IOS simulator 12.2, iPhone XR. react-native version 0.57.1 Here is the code of the component: ``` import DatePicker from 'react-native-datepicker' import { TextInputMask } from 'react-native-masked-text'...

@benhurott Any updates regarding this issue? What do you think can be a problem?

I changed slideLeft function, animation looks much smoother now: ``` slideLeft = () => this.view.animate({ 0: { translateX: 100, }, 0.5: { translateX: -0.3, }, 1: { translateX: -0.5, },...

My issue relates to this issue: https://github.com/xgfe/react-native-datepicker/issues/375 The solution is: ``` UIUserInterfaceStyle Light ```

I have the same problem, I already have everywhere in the project var PropTypes = require('prop-types'); how to fix that problem?

@NguyenPhatBG You mean that I will need manually add all data ranges in order to implement it?

@Rejsal I just have installed your fork and it works on Android, however, `androidMode="spinner"` doesn't work, I see just a usual clock instead, how can I make it work?

@Rejsal I added my own fork which supports `androidMode`, if anyone needs it, here it is: https://github.com/Luckygirlllll/react-native-datepicker

@feyy What do you exactly mean by simple picker?