-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issues with reactnative build from source #10
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
solved with facebook/react-native#33167 |
facebook/react-native#33160 and fabOnReact/react-native@8bc324f. |
I think kotlin needs to be added to template https://github.com/fabriziobertoglio1987/react-native/blob/3b9a034ce9a7ac0b6f52ed80b282c3e8fc67ca35/template/android/build.gradle#L19 buildscript {
ext {
buildToolsVersion = "31.0.0"
kotlin_version="1.6.10"
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
ndkVersion = "21.4.7075529"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.facebook.react:react")
classpath("de.undercouch:gradle-download-task:4.1.2")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'de.undercouch:gradle-download-task:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
} |
fabOnReact/react-native@d6ed1ff fabOnReact/react-native@0f39a10 |
I solved this issue with the following steps:
current head is facebook/react-native@8d50bf1 |
output
related facebook/react-native#33065 |
Just a heads up that we're aware of a ABI incompatibility between the current |
Build with no issue on fabOnReact/react-native@43c38cd
Commit fabOnReact/react-native@2162bce triggers error
output from ./gradlew :packages:rn-tester:android:app:installJscDebug
Java Version
Checking out the main branch triggers this commit.
Log
The text was updated successfully, but these errors were encountered: