You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
domingogogo
changed the title
react native 0.62.2 ios has something problem
react native 0.62.2 ios use it has something error -> __NSPlaceholderDictionary initWithObjects:forKeys:count
Jun 2, 2020
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); }, });
the debugger has something error happen.
please help.
The text was updated successfully, but these errors were encountered: