Commit Graph

3 Commits

Author SHA1 Message Date
diegolmello ca93e333ad Merge branch 'develop' into update-rn-60-2
# Conflicts:
#	app/views/ShareListView/index.js
#	ios/Podfile
#	ios/Podfile.lock
#	ios/Pods/Manifest.lock
#	ios/Pods/Pods.xcodeproj/project.pbxproj
#	ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.debug.xcconfig
#	ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN.release.xcconfig
#	ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-acknowledgements.markdown
#	ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.debug.xcconfig
#	ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN.release.xcconfig
#	ios/Pods/Target Support Files/react-native-realm-path/react-native-realm-path.xcconfig
#	ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.xcconfig
#	ios/RocketChatRN.xcodeproj/project.pbxproj
#	package.json
2019-08-01 18:05:09 -03:00
diegolmello 25ad4f8438 stash 2019-07-31 15:09:32 -03:00
Diego Mello 9e4a4d2454
[CHORE] Use react-native-firebase (#928)
We need to migrate from deprecated react-native-fabric to react-native-firebase.
This PR enables following Firebase features:
* Analytics
* Crashlytics
* Performance

It also tracks screen view without the necessity of HOC.

Future work:
I won't do it in this PR because it's large enough, but we need to log more app events, like 'sent_message', 'open_admin', 'media_upload', etc.
2019-05-28 10:03:08 -03:00