Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
domingogogo opened this issue Jun 2, 2020 · 0 comments

Comments

@domingogogo
Copy link

domingogogo commented 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); }, });

'*** -[__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 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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant