Allan Amaral
Allan Amaral
@MahmudHasanMenon Using the example in the README as base, you can use in functional components like this: ```js import ActionSheet from 'react-native-actionsheet' const Demo = (props) => { const refActionSheet...
@badalWiser you are invoking the `showActionSheet` function as you pass it as a prop. The updated sample code using TypeScript for future reference. Remember to install `@types/react-native-actionsheet` ```js import {...
I would put Figma as "Free of charge" and "Subscription for more functions." You can still do a lot without paying
This problem only seems to happen with `embedInNavigationView = true`. I believe it is related to some memory leak problems using `.environmentObject(_:)` with `NavigationViews`. A weird hack/workaround would be to...