From 9ff4e87d876f8e93593298b7e140ae4a58a7d164 Mon Sep 17 00:00:00 2001 From: Sudharaka Palamakumbura Date: Tue, 31 Oct 2017 12:47:29 -0700 Subject: [PATCH] Comment addition for missing import statement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e8cae12..afcd9327 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ public class MainApplication extends Application implements ReactApplication { Update the `MainActivity.java` to use `react-native-splash-screen` via the following changes: ```java -import android.os.Bundle; +import android.os.Bundle; // here import com.facebook.react.ReactActivity; // react-native-splash-screen >= 0.3.1 import org.devio.rn.splashscreen.SplashScreen; // here