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

Not works in iOS react-native 0.73.X #26

Open
sanghani-harsh opened this issue Jan 25, 2024 · 1 comment
Open

Not works in iOS react-native 0.73.X #26

sanghani-harsh opened this issue Jan 25, 2024 · 1 comment

Comments

@sanghani-harsh
Copy link

sanghani-harsh commented Jan 25, 2024

When I try to run app after installation facing this issue. Does any one have idea how to solve it?

Thanks in advance 😄

Screenshot 2024-01-25 at 4 58 43 PM

System:
OS: macOS 12.6
CPU: (8) arm64 Apple M1
Memory: 102.86 MB / 8.00 GB
Shell:
version: 5.8.1
path: /bin/zsh
Binaries:
Node:
version: 20.10.0
path: /usr/local/bin/node
Yarn:
version: 1.22.19
path: /opt/homebrew/bin/yarn
npm:
version: 9.7.2
path: /opt/homebrew/bin/npm
Watchman:
version: 2023.06.12.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.12.1
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 22.2
- iOS 16.2
- macOS 13.1
- tvOS 16.1
- watchOS 9.1
Android SDK: Not Found
IDEs:
Android Studio: 2023.1 AI-231.9392.1.2311.11255304
Xcode:
version: 14.2/14C18
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.9
path: /usr/bin/javac
Ruby:
version: 3.2.2
path: /opt/homebrew/opt/ruby/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.73.2
wanted: 0.73.2
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false

@sanghani-harsh sanghani-harsh changed the title Not works in react-native 0.72.x Not works in react-native 0.73.X Jan 25, 2024
@sanghani-harsh sanghani-harsh changed the title Not works in react-native 0.73.X Not works in iOS react-native 0.73.X Jan 25, 2024
@jerryseigle
Copy link

Hopefully the team fix this issue but for now the problem is in the npm package needs to be updated. The GitHub branch works. Here is your workaround until they update the npm package.

  1. In your project directory go to ```node_modules/@midival/react-native/ios/ReactNative-Bridging-Header.h
  2. in the ReactNative-Bridging-Header.h file you need to add the following import #import <React/RCTEventEmitter.h>
  3. in terminal reinstall the pods with pod install

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