-
Here is my package.json :
`{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web"
},…
-
When using this with aws cognito for social login with aws cognito, when signing in ,not able to select gmail account again if selected previously.
Used ephemeralWebSession in iOS to tackle same prob…
-
> Please use the [Discussion board](https://github.com/dooboolab-community/react-native-iap/discussions) if you want to get some help. Please use issues to report bugs.
**Description**
When upgr…
-
Step of rewark:
1. Remove usage of deprecated AsyncTask
2. add check to prevent crashes in cursor read (invalid indexing or other similar condition)
3. Check if create a Impl class for prevent c…
-
The Flipper plugin was getting failed on android, when I tried to debug it I could see somehow the plugin which sets the reactContext is getting null, I couldn't draw any more points beyond that. can …
-
I was trying to use the plugin in React native. I copied and pasted the React example but it tells me the following error: Error: Error: jQuery requires a window with a document
- node_modules \ jque…
-
### Current Behavior
When trying to test my components using RNTL and getByRole "button" I get an error since Tamagui implementation it's just a View under the hood (As far as I could figure out).
…
-
Hey could you verify everything is up to date with react native 76? Unable to build on latest configuration.
My current build fails on this:
https://paste.gd/m8Tff6Xo
build.gradle
> buildscrip…
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
I am attempting to use both of your libraries together and getting the following error message:
The current error I am getting is `Can't find variable: $RefreshReg$`
Implementation based on https:…