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

Property 'ActionSheet' does not exist on type ...

Open Sub-Zero-1 opened this issue 6 years ago • 1 comments
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?

Sub-Zero-1 avatar Nov 13 '19 14:11 Sub-Zero-1

add this before your constructor ActionSheet: ActionSheetProps | any;

cassking avatar Mar 02 '20 18:03 cassking