-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find Symbol R (Android) on React Native 0.73 #229
Comments
Same issue was working fine in React Native 0.72.x, errors out in 0.73. As a temporary work around, I've simply commented out the line |
Any news when this will be fixed , getting the same issue with react native 0.73 |
@amanrajtoppoart007 In the meantime, you can use the above suggested patch, however, for a more permanent solution, I think something like this can be used: stripe/stripe-react-native#1579 |
Do you have a Theme defined in your app like this?
If you don't want any customization, try an empty definition:
|
|
@theahmadzai can you try adding
Trying to temporarily unblock you until we spin up a new update! (And thx @fobos531 for the suggestion!) |
@JonathanNakhla-Square i tried adding |
Also tried the sqip.react fix to no avail. For what it's worth -- I just commented that theme.applyStyle line out completely -- my android app builds and the card entry modal appears to still be working normally in my testing. |
I think it's a big issue, a main blocker specially for us after upgrade we're unable to take payments but no response from square or timeline |
@theahmadzai have you tried commenting out that line? It's in android/src/main/java/sqip/react/CardEntryModule.java comment out That worked fine for me, and the payments modal seems to be working fine. IIUC it's just trying to grab a few animation style props for closing the modal, and the default android theme falls back just fine. |
I want to customize the payment entry form, so the Waiting for an update! |
I'm seeing this warning
I'm guessing this is what is causing the underlying issue and the namespace needs to be migrated to the |
any update on this issue? |
This is still an issue now in November.. |
Describe the issue
It seems like on newest React Native version (0.73.x) there's an issue when compiling the application. This did not occur on React Native 0.72.x.
To Reproduce
Initialize an empty react-native 0.73 project.
Add and configure the square in app payments SDK.
Compile android app.
Expected behavior
The app should compile successfully.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: