beefe / react-native-actionsheet

An elegant ActionSheet component for React Native.
MIT License
1.35k stars 343 forks source link

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

Open strivelen opened 2 years ago

strivelen commented 2 years ago

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)
}
strivelen commented 2 years ago

You can use it together patch-package npm package.