Skip to content

Conversation

@yungblud
Copy link
Contributor

@yungblud yungblud commented Oct 9, 2025

This is the minimal version for working in 0.81 android new arch.

  • fix CMakeList issue by supporting build.gradle new arch configs
  • fix codegen issue by removing redundant get keyword function

Tested by both iOS and Android 0.81.4 new arch

Maybe we can test this by "react-native-config": "lugg/react-native-config#pull/854/head", (as mentioned in #852 (comment))

@yungblud yungblud changed the title fix: add support new arch 0.81 android codegen issue fix(Android): add support new arch 0.81 android codegen issue Oct 9, 2025
@yungblud yungblud changed the title fix(Android): add support new arch 0.81 android codegen issue fix(android): add support new arch 0.81 android codegen issue Oct 9, 2025
Copy link

@leandro-carlos leandro-carlos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

@TFRadicalImaging
Copy link

UP!!
It solved my issue on 0.82 too!!

@yungblud
Copy link
Contributor Author

UP!!

It solved my issue on 0.82 too!!

Thanks for testing !
I am glad.

@chris-baur
Copy link

Build issue with android was resolved with this PR's file changes.
Currently applied with patch-package.

using RN 81 with expo 54.

@arafat-alim-office
Copy link

UP!! It solved my issue on 0.82 too!!

Could you help me to integrate this module from scratch? I am unable to fix this. After successfully build, I found I am getting "undefined" values. :(

Could you write the complete steps below?

@yungblud
Copy link
Contributor Author

yungblud commented Nov 6, 2025

UP!! It solved my issue on 0.82 too!!

Could you help me to integrate this module from scratch? I am unable to fix this. After successfully build, I found I am getting "undefined" values. :(

Could you write the complete steps below?

Possible issue 1: wrong package version or not implemented correctly

  1. Maybe you can use "patch-package" or "pnpm patch" if you use pnpm as npm installer.
  2. Maybe you can install specific package version by this "react-native-config": "lugg/react-native-config#pull/854/head"

Possible issue 2: Cache issue or build files issue

  1. I suggest to remove android/app/.cxx and android/app/build before you sync gradle or run android app.
  2. And run gradle sync

If you meet any other issue, feel free to debate!

Copy link
Collaborator

@luancurti luancurti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! @yungblud

@luancurti luancurti merged commit b4a52ed into lugg:master Nov 9, 2025
@luancurti
Copy link
Collaborator

Published on v1.5.10 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants