react-native-actionsheet icon indicating copy to clipboard operation
react-native-actionsheet copied to clipboard

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

Open codence-x opened this issue 4 years ago • 1 comments

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)
  }

codence-x avatar Nov 29 '21 15:11 codence-x

You can use it together patch-package npm package.

codence-x avatar Nov 29 '21 15:11 codence-x