 解决方案: > the file: `node_modules/react-native-actionsheet/lib/ActionSheetIOS.js` , add the following code ``` constructor(props) { super(props) this.show = this.show.bind(this) } ```