react-native-bottom-action-sheet icon indicating copy to clipboard operation
react-native-bottom-action-sheet copied to clipboard

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

Open domingogogo opened this issue 4 years ago • 0 comments

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.

domingogogo avatar Jun 02 '20 14:06 domingogogo