react-native-actionsheet
react-native-actionsheet copied to clipboard
Property 'ActionSheet' does not exist on type ...
trafficstars
Hi!
I am new to React Native and Typescript. After installing this library and implementing the code it cannot find: this.ActionSheet.show() or ref={o => this.ActionSheet = o}
What am I doing wrong?
add this before your constructor ActionSheet: ActionSheetProps | any;