You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been testing it on android and ios, but it does not work on any
In IOS I have this error:
[!] Unable to find a specification for `React-callinvoker` depended upon by `react-native-quick-crypto`
You have either:
* out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
* mistyped the name or version.
* not added the source repo that hosts the Podspec to your Podfile.
In android I have this error:
Build file '/xxxx/node_modules/react-native-quick-crypto/android/build.gradle' line: 51
A problem occurred evaluating project ':react-native-quick-crypto'.
/xxxx/node_modules/react-native/ReactAndroid/gradle.properties (No such file or directory)
The text was updated successfully, but these errors were encountered:
/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:
The text was updated successfully, but these errors were encountered: