Skip to content

TypeError: Cannot read properties of undefined (reading 'options') #150

@codence-x

Description

@codence-x

simulator_screenshot_ED82F916-6748-4929-8EC8-15E422E8CBA6

解决方案:

the file: node_modules/react-native-actionsheet/lib/ActionSheetIOS.js , add the following code

  constructor(props) {
    super(props)
    this.show = this.show.bind(this)
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions