mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-23 20:10:05 +08:00
- [dependencies][android] remove all Firebase SDKs in favour of Firebase BoM
- [android] upgrade to Android X - [android] upgrade gradle wrapper to v5.4.1 - [android][ios][tests] remove manual packages & enable auto-linking - [tests][internal] upgrade tests project to RN 60 - [ios] temporarily remove framework support in pods - broken in RN 60 - see https://github.com/facebook/react-native/issues/25349 - [linting] switch to use rn community linting rules
This commit is contained in:
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
|
||||
s.dependency 'Firebase/Core', '~> 6.5.0'
|
||||
s.dependency 'Firebase/Performance', '~> 6.5.0'
|
||||
s.dependency 'RNFBApp'
|
||||
s.static_framework = true
|
||||
s.static_framework = false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user