-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Target Minor
0.78.0-rc.2
Under what system configuration was the test run?
Details
System:
OS: macOS 15.2
CPU: (10) arm64 Apple M1 Max
Memory: 138.53 MB / 64.00 GB
Shell:
version: 5.2.15
path: /opt/homebrew/bin/bash
Binaries:
Node:
version: 22.11.0
path: /opt/homebrew/bin/node
Yarn:
version: 1.22.22
path: /opt/homebrew/bin/yarn
npm:
version: 10.9.0
path: /opt/homebrew/bin/npm
Watchman:
version: 2024.10.21.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.16.2
path: /opt/homebrew/lib/ruby/gems/2.7.0/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 24.1
- iOS 18.1
- macOS 15.1
- tvOS 18.1
- visionOS 2.1
- watchOS 11.1
Android SDK:
API Levels:
- "26"
- "33"
- "34"
- "35"
Build Tools:
- 26.0.3
- 30.0.2
- 30.0.3
- 33.0.0
- 33.0.1
- 34.0.0
- 35.0.0
System Images:
- android-23 | Google APIs ARM 64 v8a
- android-24 | Google Play Intel x86 Atom
- android-26 | Google APIs Intel x86_64 Atom
- android-33 | Google APIs Intel x86_64 Atom
- android-33 | Google Play ARM 64 v8a
- android-34 | Google APIs ARM 64 v8a
- android-VanillaIceCream | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2024.2 AI-242.23726.103.2422.12816248
Xcode:
version: 16.1/16B40
path: /usr/bin/xcodebuild
Languages:
Java:
version: 21.0.4
path: /usr/bin/javac
Ruby:
version: 3.3.6
path: /opt/homebrew/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react: Not Found
react-native: Not Found
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Tested configurations
Refer to this spreadsheet for test cases.
- RNTester + iOS + Hermes
- RNTester + iOS + JSC
- RNTester + Android + Hermes
gives these errors in redbox but everything works after dismissing them. I've seen this before on 77 too but it's intermittent it seems.
(NOBRIDGE) LOG Running "RNTesterApp" with {"rootTag":11,"initialProps":{},"fabric":true}
(NOBRIDGE) ERROR StaticViewConfigValidator: Invalid static view config for 'RCTView'.
- 'validAttributes.experimental_layoutConformance' is missing.
(NOBRIDGE) ERROR StaticViewConfigValidator: Invalid static view config for 'RCTImageView'.
- 'validAttributes.experimental_layoutConformance' is missing.
(NOBRIDGE) ERROR StaticViewConfigValidator: Invalid static view config for 'AndroidTextInput'.
- 'validAttributes.experimental_layoutConformance' is missing.
(NOBRIDGE) ERROR StaticViewConfigValidator: Invalid static view config for 'RCTScrollView'.
- 'validAttributes.experimental_layoutConformance' is missing.
(NOBRIDGE) ERROR StaticViewConfigValidator: Invalid static view config for 'DebuggingOverlay'.
- 'validAttributes.experimental_layoutConformance' is missing.
(NOBRIDGE) ERROR StaticViewConfigValidator: Invalid static view config for 'RCTSafeAreaView'.
- 'validAttributes.experimental_layoutConformance' is missing.
(NOBRIDGE) ERROR StaticViewConfigValidator: Invalid static view config for 'AndroidHorizontalScrollContentView'.
- 'validAttributes.experimental_layoutConformance' is missing.
(NOBRIDGE) ERROR StaticViewConfigValidator: Invalid static view config for 'AndroidHorizontalScrollView'.
modal looks odd, as if elevation prop was interfering. Let me see how it was on 77
- RNTester + Android + JSC
I sometimes see Images not loading, accompanied with Encoded image is null in metro logs.
- RNTestProject + iOS + Hermes
still seeing debugger icon missing as in #724 (comment)
- RNTestProject + iOS + JSC
- RNTestProject + Android + Hermes
- RNTestProject + Android + JSC
Close this issue if there are no blocking issues.
Blocking Issues?
- Android - blocking for stable: I sometimes see Images not loading, accompanied with
Encoded image is nullin metro logs andunknown:WrappingUtils com.facebook.react.uiapp W Don't know how to round that drawable: com.facebook.react.views.image.ReactImageDownloadListener$EmptyDrawablein logcat.
