Skip to content

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

@domingogogo

Description

@domingogogo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions