docs: add tip about hanging CI build while using Fastlane (#3907)

This commit is contained in:
Cătălin Buruiană
2020-07-10 17:19:58 +01:00
committed by GitHub
parent 7a66350b10
commit bdea5250df
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ EEA
Ehesp
enum
ESLint
Fastlane
FCM
Firebase
Firestore

View File

@@ -23,3 +23,4 @@ We highly recommend taking the necessary pains to update to v6.
# Tips
- Advice on supporting multiple environments (for example, dev, prod, maybe also staging, qa) for your React Native Firebase App: [#3504](https://github.com/invertase/react-native-firebase/issues/3504)
- Using [Fastlane for iOS deployment](https://docs.fastlane.tools/getting-started/ios) together with [RN Firebase Crashlytics](https://rnfirebase.io/crashlytics/usage) within CI has been observed to cause builds that hang indefinitely. Using `setup_ci(force: true)` before building the application may solve the issue.: [#3706](https://github.com/invertase/react-native-firebase/issues/3706)