mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
remove ReactFragmentActivity (#30331)
Summary: Remove ReactFragmentActivity class, which was deprecated at least since 0.58. ## Changelog [Android] [Changed] - remove ReactFragmentActivity class. Pull Request resolved: https://github.com/facebook/react-native/pull/30331 Reviewed By: makovkastar Differential Revision: D24914082 Pulled By: fkgozali fbshipit-source-id: 6833b76552a1fc19680f96501d4b8e2ff03c2c39
This commit is contained in:
committed by
Facebook GitHub Bot
parent
53862a1b5a
commit
2798e7172b
@@ -20,9 +20,9 @@ import com.facebook.react.bridge.Callback;
|
||||
import com.facebook.react.modules.core.PermissionListener;
|
||||
|
||||
/**
|
||||
* Delegate class for {@link ReactActivity} and {@link ReactFragmentActivity}. You can subclass this
|
||||
* to provide custom implementations for e.g. {@link #getReactNativeHost()}, if your Application
|
||||
* class doesn't implement {@link ReactApplication}.
|
||||
* Delegate class for {@link ReactActivity}. You can subclass this to provide custom implementations
|
||||
* for e.g. {@link #getReactNativeHost()}, if your Application class doesn't implement {@link
|
||||
* ReactApplication}.
|
||||
*/
|
||||
public class ReactActivityDelegate {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user