beefe / react-native-actionsheet

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

Support for Hook API and Typescript for Static type checking and Code autocompletion #114

Closed thanhtunguet closed 4 years ago

thanhtunguet commented 4 years ago

Hi all, I have rewritten the whole package with Typescript and Hook API, fixed warning about useNativeDriver property of Animated, warning about componentWillReceiveProps. It works but there is still a problem with the style on Android. Please someone check this and help me to fix the style issue.

https://github.com/thanhtunguet/react-native-actionsheet/tree/typescript-and-hook-api