You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce (Couldn't reproduce the problem on snack.expo.dev)
Clone the repo & cd into project
git clone https://github.com/Eprince-hub/react-native-date-picker-error.git && cd react-native-date-picker-error
Install all Dependencies
yarn init-deps
Start & run both ios & android
yarn start-all
Click on pick single date and see the error
There is a total of ten errors, clicking on dismiss will reveal next error
Preview
Video
Screen.Recording.2023-08-11.at.18.37.45.mov
What have you tried so far?
tried debugging the issue with no success, did some online searches and found similar issue being reported here #307 but it was closed unsolved i believe
Your Environment
software
version
ios
16.4
android
13
react-native
0.72.3
react-native-paper
5.9.1
node
18.17.0
npm or yarn
1.22.19
expo sdk
x.x.x
The text was updated successfully, but these errors were encountered:
Current behaviour
The
react-native-paper-dates
throws some errors on a react native project that is created withreact-native-cli
The first error is like the one below, but clicking on dismiss reveals more errors that mostly say the same thing but with different
key:...
valuesExpected behaviour
Clicking on the activating the
DatePickerModal
should not throw any error, especially when the exact code example from the documentation is being usedHow to reproduce?
Hey, i am providing a reproduction to the error here in the repo
https://github.com/Eprince-hub/react-native-date-picker-error
Steps to reproduce (Couldn't reproduce the problem on snack.expo.dev)
Clone the repo & cd into project
Install all Dependencies
Start & run both ios & android
Click on
pick single date
and see the errorThere is a total of ten errors, clicking on
dismiss
will reveal next errorPreview
Video
Screen.Recording.2023-08-11.at.18.37.45.mov
What have you tried so far?
tried debugging the issue with no success, did some online searches and found similar issue being reported here #307 but it was closed unsolved i believe
Your Environment
The text was updated successfully, but these errors were encountered: