-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Target Minor
0.77
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
Android:
hermesEnabled: false
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Tested configurations
Refer to this spreadsheet for test cases.
- RNTester + iOS + Hermes
- RNTester + iOS + JSC
- RNTester + Android + Hermes
- RNTester + Android + JSC
- RNTestProject + iOS + Hermes
- RNTestProject + iOS + JSC
- RNTestProject + Android + Hermes
- RNTestProject + Android + JSC
Close this issue if there are no blocking issues.
Blocking Issues?
- with case 2 (JSC) I get (but not always!)
Exception in HostFunction: <unknown>
in theText
example
Screen.Recording.2025-01-15.at.22.53.35.mov
in RNTestProject + iOS + Hermes
when debugger is paused, I don't see the "play" icon in the yellow indicator, though pressing it continues the debugger. Android is fine.
- on iOS (probably regardless of engine, and something that likely isn't 77 specific) there are 2 bugs in
InputAccessoryView
example: the scroll bar scrolls behind the keyboard (this is seen in other examples too but seems more wrong here), and the background color of the tab bar goes to white when returning to list of components.