Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f15bce4

Browse files
committed
Adding comment about activity import
1 parent 8fe9951 commit f15bce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ After installing the plugin and syncing your Android Studio project with Gradle,
139139
import com.microsoft.codepush.react.CodePush;
140140
141141
// 2. Optional: extend FragmentActivity if you intend to show a dialog prompting users about updates.
142+
// If you do this, make sure to also add `import android.support.v4.app.FragmentActivity` to the file.
142143
public class MainActivity extends FragmentActivity implements DefaultHardwareBackBtnHandler {
143144
...
144145

0 commit comments

Comments
 (0)