From 8f63dcb364eeeb976e9e846831748f7e6e17a5a2 Mon Sep 17 00:00:00 2001 From: Mayank Bankoti Date: Wed, 10 Apr 2024 12:10:09 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9eb674f9..a2f67bb3 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,13 @@ public class MainApplication extends Application implements ReactApplication { } ``` +for MainApplication.kt add following code + +override fun onCreate(savedInstanceState: Bundle?) { + super.onCreate(savedInstanceState) + SplashScreen.show(this) // Assuming SplashScreen is a class/method you want to call + } + **iOS:** 1. `cd ios`