Have anyone installed firebase in react-native 0.72.3? #7234
neeteshraj
started this conversation in
General
Replies: 2 comments 1 reply
-
I have the same issue on react native 0.72.1. I opened a issue here #7237 |
Beta Was this translation helpful? Give feedback.
0 replies
-
i have same issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Have anyone installed react-native-firebase in react-native 0.72.3?
I am having build issue in ios. I am new to firebase and i am having build issue in ios. How can i fix it?
This is the output of my npx reac-native info
System:
OS: macOS 13.4.1
CPU: (8) arm64 Apple M1
Memory: 101.41 MB / 8.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.16.1
path: ~/.nvm/versions/node/v18.16.1/bin/node
Yarn:
version: 3.6.1
path: ~/.nvm/versions/node/v18.16.1/bin/yarn
npm:
version: 9.5.1
path: ~/.nvm/versions/node/v18.16.1/bin/npm
Watchman:
version: 2023.07.10.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.12.1
path: /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 22.4
- iOS 16.4
- macOS 13.3
- tvOS 16.4
- watchOS 9.4
Android SDK: Not Found
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.10121639
Xcode:
version: 14.3.1/14E300c
path: /usr/bin/xcodebuild
Languages:
Java:
version: 11.0.19
path: /usr/bin/javac
Ruby:
version: 3.2.2
path: /usr/local/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.3
wanted: 0.72.3
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: false
As per the documentation i have disabled the flipper. This is what my podfile looks like
This is my AppDelegate.mm file
This is the issue that i am facing while building the application.
Beta Was this translation helpful? Give feedback.
All reactions