Skip to content

Commit 36afbf1

Browse files
committed
Merge branch 'main' into uros/mbl-1060-update-ios-sdk-version
2 parents ff5dcf3 + e281cf0 commit 36afbf1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ customerio.reactnative.kotlinVersion=1.7.21
22
customerio.reactnative.compileSdkVersion=33
33
customerio.reactnative.targetSdkVersion=33
44
customerio.reactnative.minSdkVersion=21
5-
customerio.reactnative.cioSDKVersionAndroid=4.5.6
5+
customerio.reactnative.cioSDKVersionAndroid=4.6.1

example/android/app/src/main/java/io/customer/rn_sample/fcm/MainActivity.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@ class MainActivity : ReactActivity() {
3636
*/
3737
override fun createReactActivityDelegate(): ReactActivityDelegate =
3838
ReactDelegate(this, mainComponentName, fabricEnabled)
39+
40+
//react-native-screens override
41+
override fun onCreate(savedInstanceState: Bundle?) {
42+
super.onCreate(null);
43+
}
3944
}

0 commit comments

Comments
 (0)