Joshua

Results 13 comments of Joshua

I was getting the same error. Spent several days and a lot of time upgrading packages and trying all the solutions from issues and stackoverflow. Finally this was the mistake...

DatePicker is not rendering on Android. On iOS Simulator it works fine. I am on RN 0.70.6.

Same error for me too. I am using the below versions "react-native": "0.70.6", "react-native-image-crop-picker": "0.40.0",

I am facing this same issue on both Android and iOS. And for its not only about Flatlist, It happens in normal Views too. My Env: "react-native": "0.72.2" and "0.75.4"...

I am facing the same issue on RN 0.81.0 `newArchEnabled=true`. This is very critical since it occurs very often and its very random. Stacktrace: ``` Fatal signal 6 (SIGABRT), code...

And this crash occurring very often. Environment: React Native: 0.81.1 Platform: Android "@react-native-picker/picker": "2.11.1", "@react-navigation/bottom-tabs": "7.4.6", "@react-navigation/drawer": "7.5.7", "@react-navigation/native": "7.1.17", "@react-navigation/native-stack": "7.3.25" newArchEnabled=true

I have another finding. I have 3 apps. And all of them has the same version of packages, environment and RN version mentioned on my previous comment. But only 1...

Can you share what you have changed in the app behavior? Because I have compared all of my 3 apps configuration, package versions, patches, native configuration, build.gradle, Android Manifest, etc....

> Did you try to inspect the navigation stack whether there is more than one instance with the picker? > > Does it also happen if you downgrade it to...

I can only see my app's navigation details (routes, routeNames, etc) in the navigation state. How can I find the picker's instance in it?