Skip to content

Commit 0c47e13

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Remove @DeprecatedInNewArchitecture annotation from ReactPropGroup (facebook#47746)
Summary: Pull Request resolved: facebook#47746 Remove DeprecatedInNewArchitecture annotation from ReactPropGroup since this annotation is not deprecated in new arch changelog: [internal] internal Reviewed By: javache Differential Revision: D66216727 fbshipit-source-id: 252bae58557b51c9fbfb1deab4edc7c50511a005
1 parent f03e75d commit 0c47e13

File tree

1 file changed

+0
-2
lines changed
  • packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations

1 file changed

+0
-2
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/annotations/ReactPropGroup.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import static java.lang.annotation.RetentionPolicy.RUNTIME;
1111

1212
import androidx.annotation.Nullable;
13-
import com.facebook.react.common.annotations.DeprecatedInNewArchitecture;
1413
import java.lang.annotation.ElementType;
1514
import java.lang.annotation.Retention;
1615
import java.lang.annotation.Target;
@@ -41,7 +40,6 @@
4140
* provided as a default.
4241
*/
4342
@Retention(RUNTIME)
44-
@DeprecatedInNewArchitecture
4543
@Target(ElementType.METHOD)
4644
public @interface ReactPropGroup {
4745

0 commit comments

Comments
 (0)