Open yuhr opened 5 days ago
Hi @yuhr, thank you for the report!
We're working on making expo auto-linking work! Could you try disabling the expo auto-linking for now?
Having the same issue on Android
Disabling auto linking with the following did not fix the problem
react-native.config.js
module.exports = {
dependencies: {
'react-native-adapty': {
platforms: {
android: null,
},
},
},
}
The app builds but the following error is thrown when the app loads Error: Adapty NativeModule is not defined, js engine: hermes [Component Stack]
Hope this gets resolved soon
Hi @yuhr @Bjarkinn
Could you please try 3.0.2-canary.0
?
Hi @yuhr @Bjarkinn
Could you please try
3.0.2-canary.0
?
Was able to run the app with 3.0.2-canary.0
and everyting seems to be working like before. GJ!
Will this be released soon?
@vladd-g 3.0.2-canary.0
is working as expected, thanks!
Iam using this versions but still getting same error: "@adapty/react-native-ui": "^3.0.1", "react-native-adapty": "^3.0.2-canary.0",
Description
I'm experiencing this while migrating our bare React Native 0.73.4 project to Expo 52 CNG setup. The installation guide doesn't help as we're not using EAS Build yet; we want to stick to
expo run:*
for now to avoid wasting the free quota of build count.Could someone provide any clue about what might cause this error?
Few notes:
react-native-adapty
2.11.3 is outdated, but upgrading to 3.0.1 didn't solve the issue.Version
v2.11.3
What platforms are you seeing the problem on?
Android
System info