Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate ReactOverflowView to kotlin #47750

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. Migrate SurfaceDelegate to Kotlin

    Differential Revision: D66134455
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    b92f9e2 View commit details
    Browse the repository at this point in the history
  2. Deprecate ReactContext.getFabricUIManager() method

    Summary:
    Deprecate ReactContext.getFabricUIManager() method
    
    changelog: [Android][Deprecated] ReactContext.getFabricUIManager() method
    
    Differential Revision: D66216427
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    f49c2a9 View commit details
    Browse the repository at this point in the history
  3. Remove DeprecatedInNewArchitecture for ReactProp annotation

    Summary:
    Remove DeprecatedInNewArchitecture for ReactProp 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
    
    Differential Revision: D66216728
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3a4e720 View commit details
    Browse the repository at this point in the history
  4. Remove DeprecatedInNewArchitecture for ReactPropHolder annotation

    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
    
    Differential Revision: D66216729
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e00bc39 View commit details
    Browse the repository at this point in the history
  5. Remove @DeprecatedInNewArchitecture annotation from ReactPropGroup

    Summary:
    Remove DeprecatedInNewArchitecture annotation from ReactPropGroup since this annotation is not deprecated in new arch
    
    changelog: [internal] internal
    
    Differential Revision: D66216727
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3895441 View commit details
    Browse the repository at this point in the history
  6. Deprecate NotThreadSafeViewHierarchyUpdateDebugListener

    Summary:
    Deprecate NotThreadSafeViewHierarchyUpdateDebugListener as won't be available in new arch and will be deleted
    
    changelog: [internal] internal
    
    Differential Revision: D66216730
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    6490a41 View commit details
    Browse the repository at this point in the history
  7. Migrate ReactCompoundView to kotlin

    Summary:
    Migrate ReactCompoundView to kotlin
    
    changelog: [internal] internal
    
    Differential Revision: D66217094
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    2d5135b View commit details
    Browse the repository at this point in the history
  8. Convert xplat/js/react-native-github/packages/react-native/ReactAndro…

    …id/src/main/java/com/facebook/react/uimanager/ReactClippingProhibitedView to Kotlin
    
    Differential Revision: D66217071
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ce28697 View commit details
    Browse the repository at this point in the history
  9. Migrate ReactCompoundViewGroup to kotlin

    Summary:
    Migrate ReactCompoundViewGroup to kotlin
    
    changelog: [internal] internal
    
    Differential Revision: D66217251
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    3615072 View commit details
    Browse the repository at this point in the history
  10. Migrate ReactOverflowView to kotlin (facebook#47750)

    Summary:
    Pull Request resolved: facebook#47750
    
    Migrate ReactOverflowView to kotlin
    
    changelog: [internal] internal
    
    Differential Revision: D66217252
    mdvacca committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5c95953 View commit details
    Browse the repository at this point in the history