Skip to content

Commit

Permalink
Remove DeprecatedInNewArchitecture for ReactPropHolder annotation (fa…
Browse files Browse the repository at this point in the history
…cebook#47745)

Summary:

Remove DeprecatedInNewArchitecture for ReactPropHolder annotation

ReactProp is still used in new arch, we might remove this annotation in the future but it will be independent of new arch

changelog: [internal] internal

Reviewed By: javache

Differential Revision: D66216729
  • Loading branch information
mdvacca authored and facebook-github-bot committed Nov 22, 2024
1 parent aec7a66 commit 75fdfb4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

package com.facebook.react.uimanager.annotations;

import com.facebook.react.common.annotations.DeprecatedInNewArchitecture;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
Expand All @@ -17,5 +16,4 @@
@Inherited
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.TYPE)
@DeprecatedInNewArchitecture
public @interface ReactPropertyHolder {}

0 comments on commit 75fdfb4

Please sign in to comment.