leegeunhyeok / react-native-esbuild

⚡️ esbuild based universal bundler for React Native
https://react-native-esbuild.vercel.app
MIT License
203 stars 10 forks source link

Upgrade React Native to 0.76 #56

Open leegeunhyeok opened 2 months ago

leegeunhyeok commented 2 months ago
leegeunhyeok commented 2 months ago

iOS

Screenshot 2024-09-14 at 18 24 01 Screenshot 2024-09-14 at 18 24 54

Android

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)