Akinjide
Akinjide
Hi guys, I'm in a similar spot. I am setting some user properties in my application code with the hope of using them in remote config. However, I cannot find...
> Expo merges `app.config.js` and `app.json` so you can keep using `app.config.js`. Just create another file named `app.json` and only include > > ``` > { > "react-native-google-mobile-ads": { >...
appending "data:image/png;base64," to the base 64 string and passing it to the uri key solved the issue on android for me. this is my code: ``` try { if (Platform.OS...
Deleting the development client on my android and creating a new one with `eas build --profile development --platform android` did the trick for me. I guess react-native-svg contains some native...
> Likewise, I am using a dev client, rebuilding the app resolved it for me also.
Hi there, I downgraded from "react-native-element-dropdown": "^2.9.0" to "react-native-element-dropdown": "^2.5.3" and I still face the same issue.
Invariant Violation: "app" has not been registered - AppRegistry.js | runnables[appKey] is undefined
> in my case, there were 2 files left from the previous developer and for a long time I could not understand the cause of the error Here we have...
Invariant Violation: "app" has not been registered - AppRegistry.js | runnables[appKey] is undefined
Resolved by deleting the build on my emulator and creating another build.
> Did you add the App ID to the Info.plist in iOS folder? Added mine with the key: "GADApplicationIdentifier" Still got the same error. Please do you have any ideas...
I also need this right now, does anyone know of any alternative to handling payment in react native using paystack?