beefe / react-native-picker

A Native Picker with high performance.
1.75k stars 786 forks source link

Bug when stop debugger react native #351

Open Hiraki99 opened 5 years ago

Hiraki99 commented 5 years ago

When I turn off Debugger React native, params of fuction onPickerConfirm: async (pickedValue) => {} pickedValue: null when I turn on Debbuger React native => pickedValue: noll null

Please help me!