diff --git a/README.md b/README.md index 4ebe64e..16df625 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ protected List getPackages() { * register module (in MainActivity.java) ```java +import android.app.Activity; // <------ add here + public class MainActivity extends ReactActivity { public static Activity activity; // <------ add here ......