react-native-actionsheet
react-native-actionsheet copied to clipboard
TypeError: Cannot read properties of undefined (reading 'options')

解决方案:
the file:
node_modules/react-native-actionsheet/lib/ActionSheetIOS.js, add the following code
constructor(props) {
super(props)
this.show = this.show.bind(this)
}
You can use it together patch-package npm package.