neller1
Results
2
comments of
neller1
I have the same issue My dependencies: "dependencies": { "react": "16.8.6", "react-native": "0.60.5", "react-native-threads": "0.0.16" } Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0....
Clear solution to start threads (Android): 1. react-native init MyProject 2. npm i -S joltup/react-native-threads#master 3.create file react-native.config.js in project directory 4.insert this code to the file: // react-native.config.js module.exports...