Open vallemar opened 1 year ago
In android after patching this line to this::
file("$nodeModules/@open-native/core/react-android/gradle.properties").withInputStream { reactProperties.load(it) }
And this lines to:
implementation "com.facebook.react:react-android:0.71.0"
implementation "com.facebook.react:hermes-android:0.71.0"
Now I have this error
/xxxx/node_modules/react-native-quick-base64/android/src/main/java/com/reactnativequickbase64/QuickBase64Module.java:30: error: cannot find symbol
context.getJavaScriptContextHolder().get(),
^
symbol: method get()
location: class JavaScriptContextHolder
1 error
Execution failed for task ':react-native-quick-base64:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
I am testing react-native-quick-crypto and react-native-quick-base64 but it is not working on ios and android
I have been testing it on android and ios, but it does not work on any
In IOS I have this error:
In android I have this error: