-
Notifications
You must be signed in to change notification settings - Fork 17
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
compileDebugKotlin FAILED
#46
Comments
Hi @Myzel394 thanks for submitting this issue. What version of RN are you on ? |
Here are all my dependencies: "dependencies": {
"expo": "~44.0.2",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-tor": "^0.1.8",
"react-native-web": "0.17.1"
} |
i have this issue too |
here is more details
|
@davoodghaffarilive Just a quick hint: You can format block codes using three backticks at the beginning and at the end of your code ```javascript results in: Your code here |
Thank you 👍 |
@davoodghaffarilive How do you change the gradle version? |
@Myzel394 i download it from this repo -> example folder -> gradle files :) |
its work fine with gradle version 6.9 |
Just setup a new React Native project using expo (
expo init .
, template: "minimal") and ejected it (expo eject
). Installedreact-native-tor
and tried to runyarn android
but got these errors:The text was updated successfully, but these errors were encountered: