blinkid-react-native
blinkid-react-native copied to clipboard
React Native 0.60.0 & Migrated to AndroidX
Since google has a requirement to cater only the 64bit, we decided to upgrade the necessary things to be compliant on the requirements but BlinkId library seems not compatible on it. We keep on getting this error:
- What went wrong: Execution failed for task ':blinkid-react-native:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
And also this one...
error: cannot find symbol public static WritableMap serializeDate(@Nullable DateResult dateResult) { ^ symbol: class Nullable location: class SerializationUtils
Hi @ganico,
as stated here, please try the jetifier tool. We have tested it and it works for our plugin.
Hi @ganico,
as stated here, please try the jetifier tool. We have tested it and it works for our plugin.
I actually tried that already... most likely after using the jetifier, I encounter this error
Hi @ganico,
it should work, just follow instructions from this section. In the next release which is planned for this week (v4.10.0), everything will work without this jetifier tool.
Hi @ganico,
it should work, just follow instructions from this section. In the next release which is planned for this week (v4.10.0), everything will work without this jetifier tool.
it should be.. anyway I tried repeating the process.. and I think i'm encountering a different issue already... anyways thank you for your response