-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
# Uncomment the next line to define a global platform for your project
platform :ios, '9.0'
target 'mimiking' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for mimiking
target 'mimikingTests' do
inherit! :search_paths
# Pods for testing
end
pod 'Firebase/Core'
pod 'RNFirebase', :path => '../node_modules/react-native-firebase', :exclude => ['React']
pod 'Firebase/Auth'
pod 'Firebase/Analytics'
# pod 'Firebase/AppIndexing'
pod 'Firebase/Crash'
pod 'Firebase/Database'
pod 'Firebase/DynamicLinks'
pod 'Firebase/Messaging'
pod 'Firebase/RemoteConfig'
pod 'Firebase/Storage'
pod 'Intercom'
end
I am not using React with Pod. When I tried to run pod install, it automatically installs React (0.11) as the screenshot below says.
If I include the React within Podfile, it shows an error during the archiving process. During development, it does not output the error even if I install the React twice in my project file and Podfile.
Do you think we can remove React dependency in podspec (https://github.com/invertase/react-native-firebase/blob/master/RNFirebase.podspec)? I was searching if I could conditionally exclude the React dependency to be installed., but had no luck. If it's okay, I might make a pull request for it.
Environment
- Target Platform (e.g. iOS, Android): iOS
- Development Operating System (e.g. macOS Sierra, Windows 10): macOS Sierra
- Build tools (Xcode or Android Studio version, iOS or Android SDK version, if relevant): Xcode
- React Native version (e.g. 0.45.1): 0.44.1
- RNFirebase Version (e.g. 2.0.2): 2.1.0
zoontek, neilsarkar, MarkMolina, dann1609, theleanship and 9 more
Metadata
Metadata
Assignees
Labels
No labels

