Akinjide
Akinjide
Thanks a lot for helping @VirtualDOMinic, i was able to get it to work by reading the docs of other SDK's and even older ones like the one you shared...
Please can someone help with this, passing a function to the customHeader prop like above just give an empty space. passing it as a react component: gives an error. Also...
hi @just1and0 @mosoakinyemi Looks like this package is still our only hope for handling paystack payment with react native. Also it seems @saidiadegoke updated the PR. Please can you check...
> > hi @just1and0 @mosoakinyemi > > Looks like this package is still our only hope for handling paystack payment with react native. Also it seems @saidiadegoke updated the PR....
> please ans i am facing same issue and apply all the things its not working This package is stale, hasn't been updated in 4years. I suggest you use [gorhom...
> I only use: > > getLatestVersion() getCurrentVersion() getStoreUrl() > > But they all work. :) Are there any other config you did other than pod install and rebuilding the...
I get this exact same error on App-center, although i am able to build locally from my IDE and with xcode. This is what my metro-file looks like: ``` const...
> Hi @sleekLancelot, have you tried this workaround? > > * [TypeError: options.shouldAddToIgnoreList is not a function #3622 (comment)](https://github.com/getsentry/sentry-react-native/issues/3622#issuecomment-1971056220) > > Likely the local node_modules modules do not match the...
Presently, the only ways to disable a button is with an "isLoading" or "isDisabled" prop. See Segun's comment here: https://github.com/chakra-ui/chakra-ui/issues/7243#issuecomment-1383939865
It still lags for me(3s or so delay), i had to use the focus event to make the list render only when the screen is focused.