prscX / react-native-bottom-action-sheet

React Native: Native Bottom Action Sheet
Apache License 2.0
634 stars 48 forks source link

react native 0.62.2 ios use it has something error -> __NSPlaceholderDictionary initWithObjects:forKeys:count #63

Open domingogogo opened 4 years ago

domingogogo commented 4 years ago

when I use it in RN 0.62.2 ONLY gridView has problem GridView.Show({ title: 'Awesome!', items: [ {title: 'Facebook', icon: facebook}, {title: 'Instagram', icon: instagram}, ], theme: 'light', onSelection: (index, value) => { console.log('selection: ' + index + ' ' + value); }, });

'*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]' was thrown while invoking GridView on target RNBottomActionSheet with params

the debugger has something error happen. please help.