YoucefBen47
YoucefBen47
Is there a fix for the issue of modal not working on some Samsung devices ?
We are using flutterwave on both a React and React Native projects. The react native npm package seems to be behind in the versions. I see a fix for the...
**Describe the bug** We use Stripe for monthly and yearly subcriptions. We have a free trial and once the payment sheet is open the subscription is set to active before...
We were facing an issue after upgrading React Native and the navigation packages to the latest versions. Not sure if it's `react-native-tab-view` or `react-native-pager-view` but the content of the Material...
Testing on react-native 0.73.6 and 0.75.1 we have followed the steps mention in the docs. ``` import Zeroconf from 'react-native-zeroconf'; const zeroconf = new Zeroconf(); useEffect(() => { zeroconf.publishService( '_myservice._tcp',...