Skip to content
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

fix: support RN 72.[0-3] due to delivering param as String #42

Merged
merged 4 commits into from
Aug 16, 2023

Conversation

iBotPeaches
Copy link
Member

It was discovered and I found reported on the abandoned upstream package: terrylinla#236

That in New Arch, it fails because we have params delivered as Strings instead of expected int. This was apparently patched in RN72.4 and confirmed here - terrylinla#236 (comment)

However, it seems that the older method (int) are deprecated according to warnings from the IDE. So we will strangle this out with the new method and slowly migrate the commands to the new function.

@iBotPeaches iBotPeaches requested a review from jyann August 16, 2023 13:35
jyann
jyann previously approved these changes Aug 16, 2023
Base automatically changed from android-linting to master August 16, 2023 14:22
@iBotPeaches iBotPeaches dismissed jyann’s stale review August 16, 2023 14:22

The base branch was changed.

@iBotPeaches iBotPeaches enabled auto-merge (squash) August 16, 2023 14:22
@iBotPeaches iBotPeaches requested a review from jyann August 16, 2023 14:22
@iBotPeaches iBotPeaches merged commit a5a58f2 into master Aug 16, 2023
@iBotPeaches iBotPeaches deleted the workaround-rn branch August 16, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants