Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EventEmitter#receiveTouches is not supported by Fabric Interop Layer #36

Open
anishamalde opened this issue Jan 9, 2025 · 1 comment

Comments

@anishamalde
Copy link

anishamalde commented Jan 9, 2025

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
@cortinico
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants