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
Describe the bug
I'm trying to find a good datepicker library and came across this. After implementing the code example into my app, I recieved teh error, 'new NativeEventEmitter' requires a non-null argument. I fixed this error by changing the version of "react-native-date-picker" to 5.0.1, but now the button does nothing when I press it.
Expected behavior
At first, I tried implementing it to my own app. After that didn't work, I thought it was something wrong with the way it was behaving with the rest of my code. to test the code example, I put the code in a empty file and still received the same behavior. The behavior I was expecting was to be like the example for the modal date picker. I have attached a photo of the expected output
To Reproduce
Add example code that reproduces the behavior.
Describe the bug
I'm trying to find a good datepicker library and came across this. After implementing the code example into my app, I recieved teh error, 'new NativeEventEmitter' requires a non-null argument. I fixed this error by changing the version of "react-native-date-picker" to 5.0.1, but now the button does nothing when I press it.
Expected behavior
At first, I tried implementing it to my own app. After that didn't work, I thought it was something wrong with the way it was behaving with the rest of my code. to test the code example, I put the code in a empty file and still received the same behavior. The behavior I was expecting was to be like the example for the modal date picker. I have attached a photo of the expected output
To Reproduce
Add example code that reproduces the behavior.
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: