react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.45k stars 273 forks source link

[Crash] Native iOS com.facebook.react.JavaScript (15): EXC_BAD_ACCESS (code=1, react native) #519

Open vthunetcompany opened 10 months ago

vthunetcompany commented 10 months ago

This code was shown when I toggle open the picker continuously. Likely because of memory leak.

Here's what I did: I put the iOS picker inside a bottom sheet

If I spam the bottom sheet 10 times, the picker would crash the app at least one time

Affected on v2.5.0 or v2.4.9.