You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the app, get the error EventEmitter#receiveTouches is not supported by Fabric Interop Layer the first time I touch the screen in the OldArchitecture fragment on the newArchitectureBenchmarks branch
Output of npx react-native info
System:
OS: macOS 15.1.1
CPU: (12) arm64 Apple M3 Pro
Memory: 129.16 MB / 36.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 21.7.3
path: ~/.nvm/versions/node/v21.7.3/bin/node
Yarn:
version: 1.22.22
path: ~/.nvm/versions/node/v20.17.0/bin/yarn
npm:
version: 10.5.0
path: ~/.nvm/versions/node/v21.7.3/bin/npm
Watchman:
version: 2024.09.09.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK: Not Found
Android SDK: Not Found
IDEs:
Android Studio: 2024.2 AI-242.23339.11.2421.12550806
Xcode:
version: /undefined
path: /usr/bin/xcodebuild
Languages:
Java:
version: 22.0.2
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native: Not Found
react-native-macos: Not Found
react-native-tvos:
installed: 0.73.6-3
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: false
The text was updated successfully, but these errors were encountered:
When running the app, get the error EventEmitter#receiveTouches is not supported by Fabric Interop Layer the first time I touch the screen in the OldArchitecture fragment on the newArchitectureBenchmarks branch
Is this happening on the app itself or on your fork @anishamalde ?
The thing is that we're not maintaining this app anymore and is currently stuck at React Native 0.73. The best would to update it to 0.76 and verify if the error is still happening or not.
As the error says, receiveTouches is not supported by the Interop Layer. However, if you are in the old arch screen, you should not be going through the interop layer at all so you should not be seeing this message
When running the app, get the error EventEmitter#receiveTouches is not supported by Fabric Interop Layer the first time I touch the screen in the OldArchitecture fragment on the newArchitectureBenchmarks branch
Output of npx react-native info
The text was updated successfully, but these errors were encountered: