microsoft/react-native-test-app

Add support for `react-native` 0.74

tido64 opened this issue · 1 comments

tido64 commented

Version

0.74

Discussion

reactwg/react-native-releases#104

Required changes

What platforms will be updated?

  • Android
  • iOS
  • macOS
  • Windows

Checklist

  • Android - Fabric: disabled
  • Android - Fabric: enabled
  • iOS - Fabric: disabled / Hermes: disabled
  • iOS - Fabric: disabled / Hermes: enabled
  • iOS - Fabric: enabled / Hermes: disabled
  • iOS - Fabric: enabled / Hermes: enabled

Code of Conduct

  • I agree to follow this project's Code of Conduct
tido64 commented

Android build failure:

e: file:///home/runner/work/react-native-test-app/react-native-test-app/example/node_modules/react-native-test-app/android/app/src/devserverhelper-0.73/java/com/microsoft/reacttestapp/react/DevServerHelperCompat.kt:5:66 Unresolved reference: BundleStatus
e: file:///home/runner/work/react-native-test-app/react-native-test-app/example/node_modules/react-native-test-app/android/app/src/devserverhelper-0.73/java/com/microsoft/reacttestapp/react/DevServerHelperCompat.kt:13:9 Type mismatch: inferred type is () -> Unit but PackagerConnectionSettings! was expected
e: file:///home/runner/work/react-native-test-app/react-native-test-app/example/node_modules/react-native-test-app/android/app/src/devserverhelper-0.73/java/com/microsoft/reacttestapp/react/DevServerHelperCompat.kt:13:11 Unresolved reference: BundleStatus
e: file:///home/runner/work/react-native-test-app/react-native-test-app/example/node_modules/react-native-test-app/android/app/src/devserverhelper-0.73/java/com/microsoft/reacttestapp/react/DevServerHelperCompat.kt:14:9 Too many arguments for public constructor DevServerHelper(p0: DeveloperSettings!, p1: String!, p2: PackagerConnectionSettings!) defined in com.facebook.react.devsupport.DevServerHelper
e: file:///home/runner/work/react-native-test-app/react-native-test-app/example/node_modules/react-native-test-app/android/app/src/main/java/com/microsoft/reacttestapp/react/TestAppReactNativeHost.kt:168:5 'getJSIModulePackage' overrides nothing

Fix: #1754