beefe / react-native-actionsheet

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

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

Open Sub-Zero-1 opened 4 years ago

Sub-Zero-1 commented 4 years ago

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?

cassking commented 4 years ago

add this before your constructor ActionSheet: ActionSheetProps | any;