-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with React-Native 0.60.5 #79
Comments
Maybe you should put some error description (the wrong phenomenon or error log) here. |
I'm getting the following error message: |
I have the same issue "dependencies": { Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings 15 actionable tasks: 2 executed, 13 up-to-date /home/aylan/Projects/thredtest/node_modules/react-native-threads/android/src/main/java/com/reactlibrary/ThreadBaseReactPackage.java:13: error: package com.facebook.react.modules.location does not exist import com.facebook.react.modules.location.LocationModule; |
+1 |
Clear solution to start threads (Android):
// react-native.config.js
|
Thanks @neller1 for your comment, its help me very much, but now I'm getting the follow error: could anyone help me? Thanks in advance |
I am following all the library installation steps listed here: https://github.com/joltup/react-native-threads/blob/master/README.md
But I have not managed to run this library in React-Native, I am using the dependencies:
"dependencies": {
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-threads": "0.0.16"
}
In a new project using the react-native init MyAwesomeProject command, I would like to use this library since without multi thread an application is very limited in terms of data calculations.
The text was updated successfully, but these errors were encountered: