expo / react-native-action-sheet

A cross-platform ActionSheet for React Native
MIT License
1.37k stars 224 forks source link

Added return type to connectActionSheet #273

Closed danilobuerger closed 1 year ago

danilobuerger commented 2 years ago

This avoids importing hoist-non-react-statics in the built d.ts file causing errors when using typescript with esModuleInterop = false

bradbyte commented 1 year ago

@danilobuerger Thank you! I'm terribly sorry for the delay in getting this reviewed.