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 {
|
||||
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
/*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
package com.facebook.react;
|
||||
|
||||
/**
|
||||
* @deprecated ReactFragmentActivity will be removed in 0.59 release. Use {@link ReactActivity}
|
||||
* instead.
|
||||
*/
|
||||
@Deprecated
|
||||
public abstract class ReactFragmentActivity extends ReactActivity {}
|
||||
Reference in New Issue
Block a user