react-native-bottom-action-sheet
react-native-bottom-action-sheet copied to clipboard
react native 0.62.2 ios use it has something error -> __NSPlaceholderDictionary initWithObjects:forKeys:count
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.