- [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:
Salakar
2019-07-30 03:59:04 +01:00
parent 3f98c7849a
commit f429699990
277 changed files with 4573 additions and 16379 deletions

View File

@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.dependency 'React'
s.dependency 'Firebase/Core', '~> 6.5.0'
s.dependency 'RNFBApp'
s.static_framework = true
s.static_framework = false
end