Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazzarolo authored Mar 20, 2021
1 parent 6222fd5 commit ccd902c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ See issue [#512](https://github.com/mmazzarolo/react-native-modal-datetime-picke
On iOS, clicking the "Confirm" button while the spinner is still in motion — even just _slightly_ in motion — will cause the `onConfirm` callback to return the initial date instead of the picked one. This is is a long standing iOS issue (that can happen even on native app like the iOS calendar) and there's no failproof way to fix it on the JavaScript side.
See [this GitHub gist](https://gist.github.com/SudoPlz/6959001879fbfcc7e2aa42a428a5265c) for an example of how it might be solved at the native level — but keep in mind it won't work on this component until it has been merged into the official React-Native repo.

Related issue in the React-Native repo [here](https://github.com/mmazzarolo/react-native-modal-datetime-picker/issues/357).
Related issue in the React-Native repo [here](https://github.com/facebook/react-native/issues/8169).


### How do I make it work with snapshot testing?
Expand Down

0 comments on commit ccd902c

Please sign in to comment.