-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Labels
bug reportSomething isn't workingSomething isn't workingnew architectureIssue relates to react-native new architectureIssue relates to react-native new architecture
Description
Environment
- react-native info output:
System:
OS: macOS 14.6.1
CPU: (20) arm64 Apple M1 Ultra
Memory: 969.91 MB / 64.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 20.16.0
path: ~/.nvm/versions/node/v20.16.0/bin/node
Yarn:
version: 4.4.1
path: /opt/homebrew/bin/yarn
npm:
version: 10.8.3
path: ~/.nvm/versions/node/v20.16.0/bin/npm
Watchman:
version: 2024.08.26.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.15.2
path: /Users/stathis/.gem/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK:
API Levels:
- "31"
- "33"
- "34"
Build Tools:
- 30.0.3
- 33.0.0
- 33.0.1
- 33.0.2
- 34.0.0
System Images:
- android-25 | Google APIs ARM 64 v8a
- android-27 | Google APIs ARM 64 v8a
- android-28 | Google APIs ARM 64 v8a
- android-29 | Google APIs ARM 64 v8a
- android-30 | Google APIs ARM 64 v8a
- android-31 | Google APIs ARM 64 v8a
- android-33 | Google APIs ARM 64 v8a
- android-34 | Google APIs ARM 64 v8a
- android-34 | Google Play ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.18034.62.2412.12266719
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.12
path: /usr/bin/javac
Ruby:
version: 3.3.4
path: /opt/homebrew/opt/ruby/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.75.2
wanted: 0.75.2
react-native-macos: Not Found
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: true
-
are you using the new architecture? YES
-
which version of react & react-native are you using? react 18.3.1 and rn 0.75.2
Description
I'm experiencing a build issue on [email protected] and new Arch: 'react/renderer/components/rncore/EventEmitters.h' file not found
on RNCSliderShadowNode
when using @react-native-community/slider": "4.5.2"
What I did but no luck:
- pod deintegrate
- rm -rf node_modules
- yarn install
- RCT_NEW_ARCH_ENABLED=1 pod install
- build on xcode
Reproducible Demo
BartoszKlonowski and cjpete
Metadata
Metadata
Assignees
Labels
bug reportSomething isn't workingSomething isn't workingnew architectureIssue relates to react-native new architectureIssue relates to react-native new architecture
Type
Projects
Status
Done