File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ apply plugin: 'org.jetbrains.kotlin.plugin.compose'
5555 * Set this to true to Run Proguard on Release builds to minify the Java bytecode.
5656 */
5757def enableProguardInReleaseBuilds = false
58+ def firebaseBomVersion = rootProject. ext[' react-native' ][' versions' ][' firebase' ][' bom' ]
5859
5960android {
6061 ndkVersion rootProject. ndkVersion
@@ -112,6 +113,7 @@ android {
112113
113114dependencies {
114115 implementation " com.facebook.react:react-android"
116+ implementation platform(" com.google.firebase:firebase-bom:${ firebaseBomVersion} " )
115117
116118 implementation " androidx.core:core-ktx:1.3.2"
117119 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion "
Original file line number Diff line number Diff line change 11patches/@op-engineering+op-sqlite+12.0.2.patch
22patches/react-native+0.77.3.patch
33patches/react-native-screens+4.6.0.patch
4+ patches/react-native+0.83.4.patch
5+ patches/react-native-gesture-handler+2.30.0.patch
46mendix-native-10.2.2.tgz
57ios/AppDelegate.h
68ios/AppDelegate.m
@@ -13,4 +15,5 @@ ios/SplashScreenPresenter.m
1315ios/StoryBoardSplash.m
1416ios/SwiftInterop.swift
1517ios/Dev/AppDelegate.h
16- ios/Dev/AppDelegate.m
18+ ios/Dev/AppDelegate.m
19+ ios/Dev/MendixApp/MendixReactWindowExtensions.swift
You can’t perform that action at this time.
0 commit comments