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

Upgrade React Native to 0.76 #56

Open
leegeunhyeok opened this issue Sep 14, 2024 · 1 comment
Open

Upgrade React Native to 0.76 #56

leegeunhyeok opened this issue Sep 14, 2024 · 1 comment
Assignees
Labels

Comments

@leegeunhyeok
Copy link
Owner

  • Update React Native version to 0.76.0
  • Enable New Architecture
@leegeunhyeok leegeunhyeok self-assigned this Sep 14, 2024
@leegeunhyeok
Copy link
Owner Author

iOS

  • Works fine ✅
Screenshot 2024-09-14 at 18 24 01 Screenshot 2024-09-14 at 18 24 54

Android

  • Build failed
    • Need to update Reanimated (PR)
super.updateLayout(parentTag, tag, x, y, width, height);
         ^
    method NativeViewHierarchyManager.updateLayout(int,int,int,int,int) is not applicable
      (actual and formal argument lists differ in length)
    method NativeViewHierarchyManager.updateLayout(int,int,int,int,int,int,YogaDirection) is not applicable
      (actual and formal argument lists differ in length)
    method NativeViewHierarchyManager.updateLayout(View,int,int,int,int) is not applicable
      (actual and formal argument lists differ in length)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Progress
Development

No branches or pull requests

1 participant