Closed ernest0vm closed 2 years ago
Something might be wrong in your app config.
safeExtGet
check if a variable is defined and provides a fallback in case it's not.
This pattern is used by nearly every RN library and the fallback is often something even older.
Examples:
As there is currently no dependency on anything added in v33 for this library, I don't think this is needed.
But out of curiosity, what's your exact error? Because we don't provided it.
I'm sorry, it was an error that was generated when I wanted to compile and the error mentioned that it could not find compatibility with the buildToolsVersion
33.0.0, so I changed them to version 31.0.0 and it worked fine, at this moment I changed it again to the version 33.0.0 and compiled without problem, I think it was my problem
Why it is needed?
Plase upgrade
buildToolsVersion
to33.0.0
andtargetSdkVersion
,compileSdkVersion
to33
, Currently my app can't compile if these configurations use a version greater than Android SDK 31Possible implementation
No response
Code sample