Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge beta into master #2445

Merged
merged 567 commits into from
Sep 1, 2020
Merged

Merge beta into master #2445

merged 567 commits into from
Sep 1, 2020

Conversation

diegolmello
Copy link
Member

Proposed changes

Issue(s)

How to test or reproduce

Screenshots

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Documentation update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

Further comments

djorkaeffalexandre and others added 30 commits February 28, 2020 14:26
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
)

Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
* Rename to delete room

* Separate delete and remove channel

* handleRemoved -> handleRoomRemoved

* [FIX] Navigate to RoomsList & Handle tablet case

Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
grahamsmith and others added 25 commits July 30, 2020 09:18
* Only run Flipper in debug via MainApplication is debug

* ReactNativeFlipper package rename + gradle bump
* Only run Flipper in debug via MainApplication is debug

* ReactNativeFlipper package rename + gradle bump

* Update Flipper to latest 0.51 for Android

Co-authored-by: Diego Mello <diegolmello@gmail.com>
* Create method to track user event to isolate the logic to improve future refactoring

* Track Onboarding view

* Track NewServer view

* Refactor track method due to firebase already send the current screen

* Track default login and all the oAuth options

* Track default sign up in RegisterView

* Change trackUserEvent signature and update all the files

* Track the remaining login services

* track add server, change server and search

* Track SidebarView and refactor to use react-navigation

* Track profile events and handle exceptions

* Track create channel flux

* Track send message to user via NewMessageView

* Track create direct message flux

* Handle failure of create channel and group in the saga

* Track create discussion flux

* Track navigate to directory and its actions

* Track read, favorite and hide a channel, handling its errors

* Track all channels sorting and grouping

* Resolve requests to improve the importing logs and events

* Remove unused events file

* Leave a bugsnag breadcrumb when logging an event

* Move all logEvent to the top of code block and log remaining fail events

* Move all the non-logic-dependent logEvent to the top of code block

* Improve the logging of sidebar events

* Improve events from onboarding and newserver

* Improve events from login and register view, and log enter with apple

* Improve NewMessageView events

* Improve CreateChannel events

* Improve CreateDiscussion and SelectedUsers create group events

* Improve RoomsList events and log trivial events

* Improve ProfileView events

* Remove single line function body for the sidebarNavigate

* Navigate to Status and AdminPanel View using the defined sidebarNavigate method

Co-authored-by: Diego Mello <diegolmello@gmail.com>
* [WIP] Jitsi Deep Links

* [WIP] Add app links

* save uniqueID servers database

* add serverInfoKey of uniqueID

* search server by call url

* open jitsi deeplink poc

* improve jitsi url

* fix

* improve comment

* add missing android scheme

* handle host not found

* Allow app links to be matched on parseDeepLinking

* Fix push notification of a call

* Minor fix

Co-authored-by: Diego Mello <diegolmello@gmail.com>
…2359)

* Add rule when there's no host on the deep link params

* Add fallbackNavigation()

* Fix insecure hosts
* Create method to track user event to isolate the logic to improve future refactoring

* Track Onboarding view

* Track NewServer view

* Refactor track method due to firebase already send the current screen

* Track default login and all the oAuth options

* Track default sign up in RegisterView

* Change trackUserEvent signature and update all the files

* Track the remaining login services

* track add server, change server and search

* Track SidebarView and refactor to use react-navigation

* Track profile events and handle exceptions

* Track create channel flux

* Track send message to user via NewMessageView

* Track create direct message flux

* Handle failure of create channel and group in the saga

* Track create discussion flux

* Track navigate to directory and its actions

* Track read, favorite and hide a channel, handling its errors

* Track all channels sorting and grouping

* Resolve requests to improve the importing logs and events

* Remove unused events file

* Remove unused events file

* log proposed Room events

* Log proposed Message actions events

* Log EditStatus proposed events

* Log Settings proposed events

* Leave a bugsnag breadcrumb when logging an event

* Move all logEvent to the top of code block and log remaining fail events

* Move all the non-logic-dependent logEvent to the top of code block

* Move all non-logic and non-data dependent logEvent to the top of code block

* Improve the logging of sidebar events

* Improve events from onboarding and newserver

* Improve events from login and register view, and log enter with apple

* Improve NewMessageView events

* Improve CreateChannel events

* Improve CreateDiscussion and SelectedUsers create group events

* Improve RoomsList events and log trivial events

* Improve ProfileView events

* Remove single line function body for the sidebarNavigate

* Improve SettingsView events

* Log more events from ScreenLockConfigView

* Navigate to Status and AdminPanel View using the defined sidebarNavigate method

* Improve StatusView events

* Improve RoomView events

Co-authored-by: Diego Mello <diegolmello@gmail.com>
…abled (#2363)

* Split RoomItem into container and component

* Refactor RoomItem

* Fix wrong status

* Tests

* Wrapper
* [WIP] Omnichannel queue

* Request inquiry when login

* Show take inquiry queued room

* Queue List as a Screen

* Poc using unread badge

* Prevent navigation to empty list

* Remove chat from queue when taked

* Fix header status on omnichannel preview room

* Fix room actions view to preview queued chat

* Use isOmnichannelPreview and dont show actions when is preview

* Filter queue chats taken by other people

* Fix room info to omnichannel preview room

* Handle show Queue

* Reset inquiry store when change server

* Improve queue logic

* Disable swipe on RoomItem when is a Queue Item

* Add unreadBadge style

* Move unread badge to presentation folder

* Cleanup inquiry reducers

* Move take saga to rocketchat function

* Remove comments

* Add relevant comments

* Subscribe to public stream if is livechat manager or doesnt have departments

* Add pt-br and improve queue empty message

* Fix take when dont have view-livechat-manager permission

* Add missing events

* Create selector for inquiry queue

* Minor fixes

Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Diego Mello <diegolmello@gmail.com>
* Add new translations to ptBr

Signed-off-by: Ezequiel De Oliveira <ezequiel1de1oliveira@gmail.com>

* Fix update language in headers

Signed-off-by: Ezequiel De Oliveira <ezequiel1de1oliveira@gmail.com>

Co-authored-by: Diego Mello <diegolmello@gmail.com>
* Change NAVIGATE_TO for GO_TO to reduce event size

* Log RA JitsiMeet events and join / terminate

* Log more RoomView events

* Log slash commands and handle fail

* Log RoomActions events

* Change from GO_TO to just GO

* Log RoomInfoEdit events

* Log InviteUsers and InviteUsersEdit events

* Log AutoTranslate events

* Log NotificationPreferences events

* Log remaining routes from RoomActions

* Log RoomAction toggle block user

* Fix command event

Co-authored-by: Diego Mello <diegolmello@gmail.com>
Co-authored-by: Gabriel Henriques <gabriel.henriques@rocket.chat>
* Update README.md

* Update README.md

Co-authored-by: Diego Mello <diegolmello@gmail.com>
# Conflicts:
#	.circleci/config.yml
#	README.md
#	__tests__/__snapshots__/Storyshots.test.js.snap
#	android/app/build.gradle
#	android/app/src/debug/AndroidManifest.xml
#	android/app/src/debug/java/chat/rocket/reactnative/ReactNativeFlipper.java
#	android/app/src/main/assets/fonts/custom.ttf
#	android/app/src/main/java/chat/rocket/reactnative/CustomPushNotification.java
#	android/app/src/main/java/chat/rocket/reactnative/Ejson.java
#	android/app/src/main/java/chat/rocket/reactnative/MainApplication.java
#	android/build.gradle
#	android/gradle.properties
#	android/gradle/wrapper/gradle-wrapper.properties
#	android/gradlew
#	android/gradlew.bat
#	app/actions/actionsTypes.js
#	app/constants/colors.js
#	app/containers/Avatar.js
#	app/containers/EmojiPicker/CustomEmoji.js
#	app/containers/HeaderButton.js
#	app/containers/InAppNotification/NotifierComponent.js
#	app/containers/InAppNotification/index.js
#	app/containers/LoginServices.js
#	app/containers/MessageActions/Header.js
#	app/containers/MessageActions/index.js
#	app/containers/MessageBox/CommandsPreview/Item.js
#	app/containers/MessageBox/RecordAudio.js
#	app/containers/MessageBox/ReplyPreview.js
#	app/containers/MessageBox/buttons/ActionsButton.js
#	app/containers/MessageBox/buttons/CancelEditingButton.js
#	app/containers/MessageBox/buttons/SendButton.js
#	app/containers/MessageBox/index.js
#	app/containers/MessageErrorActions.js
#	app/containers/Passcode/Base/LockIcon.js
#	app/containers/ReactionsModal.js
#	app/containers/RoomTypeIcon.js
#	app/containers/SearchBox.js
#	app/containers/Status/Status.js
#	app/containers/TextInput.js
#	app/containers/TwoFactor/index.js
#	app/containers/TwoFactor/styles.js
#	app/containers/UIKit/Image.js
#	app/containers/UIKit/MultiSelect/Chips.js
#	app/containers/UIKit/MultiSelect/Items.js
#	app/containers/UIKit/Overflow.js
#	app/containers/markdown/AtMention.js
#	app/containers/markdown/Hashtag.js
#	app/containers/markdown/index.js
#	app/containers/markdown/styles.js
#	app/containers/message/Audio.js
#	app/containers/message/Broadcast.js
#	app/containers/message/CallButton.js
#	app/containers/message/Discussion.js
#	app/containers/message/Reactions.js
#	app/containers/message/Urls.js
#	app/i18n/locales/en.js
#	app/i18n/locales/pt-BR.js
#	app/lib/database/model/Server.js
#	app/lib/database/model/Subscription.js
#	app/lib/database/model/migrations.js
#	app/lib/database/model/serversMigrations.js
#	app/lib/database/schema/app.js
#	app/lib/database/schema/servers.js
#	app/lib/methods/callJitsi.js
#	app/lib/methods/canOpenRoom.js
#	app/lib/methods/getSettings.js
#	app/lib/rocketchat.js
#	app/lib/selection.json
#	app/presentation/ImageViewer/ImageComponent.js
#	app/presentation/RoomItem/Actions.js
#	app/presentation/RoomItem/Touchable.js
#	app/presentation/RoomItem/UnreadBadge.js
#	app/presentation/RoomItem/index.js
#	app/presentation/RoomItem/styles.js
#	app/presentation/ServerItem/index.js
#	app/presentation/UserItem.js
#	app/reducers/index.js
#	app/sagas/createChannel.js
#	app/sagas/createDiscussion.js
#	app/sagas/deepLinking.js
#	app/sagas/index.js
#	app/sagas/login.js
#	app/sagas/room.js
#	app/sagas/selectServer.js
#	app/stacks/InsideStack.js
#	app/stacks/MasterDetailStack/index.js
#	app/utils/log.js
#	app/utils/review.js
#	app/views/AutoTranslateView/index.js
#	app/views/ChangePasscodeView.js
#	app/views/CreateChannelView.js
#	app/views/CreateDiscussionView/index.js
#	app/views/DefaultBrowserView.js
#	app/views/DirectoryView/Options.js
#	app/views/DirectoryView/index.js
#	app/views/ForgotPasswordView.js
#	app/views/InviteUsersEditView/index.js
#	app/views/InviteUsersView/index.js
#	app/views/JitsiMeetView.js
#	app/views/LanguageView/index.js
#	app/views/LivechatEditView.js
#	app/views/LoginView.js
#	app/views/MarkdownTableView.js
#	app/views/MessagesView/index.js
#	app/views/ModalBlockView.js
#	app/views/NewMessageView.js
#	app/views/NewServerView.js
#	app/views/NotificationPreferencesView/index.js
#	app/views/OnboardingView/index.js
#	app/views/PickerView.js
#	app/views/ProfileView/index.js
#	app/views/ReadReceiptView/index.js
#	app/views/RegisterView.js
#	app/views/RoomActionsView/index.js
#	app/views/RoomInfoEditView/index.js
#	app/views/RoomInfoView/Livechat.js
#	app/views/RoomInfoView/index.js
#	app/views/RoomMembersView/index.js
#	app/views/RoomView/Banner.js
#	app/views/RoomView/Header/Icon.js
#	app/views/RoomView/Header/RightButtons.js
#	app/views/RoomView/List.js
#	app/views/RoomView/UploadProgress.js
#	app/views/RoomView/index.js
#	app/views/RoomsListView/Header/Header.js
#	app/views/RoomsListView/Header/index.js
#	app/views/RoomsListView/ListHeader/index.js
#	app/views/RoomsListView/ServerDropdown.js
#	app/views/RoomsListView/SortDropdown/index.js
#	app/views/RoomsListView/index.js
#	app/views/ScreenLockConfigView.js
#	app/views/SelectServerView.js
#	app/views/SelectedUsersView.js
#	app/views/SettingsView/index.js
#	app/views/ShareListView/index.js
#	app/views/ShareView/Header.js
#	app/views/ShareView/Preview.js
#	app/views/ShareView/Thumbs.js
#	app/views/SidebarView/index.js
#	app/views/StatusView.js
#	app/views/ThemeView.js
#	app/views/WithoutServersView.js
#	app/views/WorkspaceView/ServerAvatar.js
#	app/views/WorkspaceView/index.js
#	e2e/README.md
#	e2e/data.js
#	e2e/data/data.cloud.js
#	e2e/data/data.docker.js
#	e2e/docker/controlRCDemoEnv.sh
#	e2e/helpers/app.js
#	e2e/helpers/data_setup.js
#	e2e/tests/assorted/01-changeserver.spec.js
#	e2e/tests/assorted/02-broadcast.spec.js
#	e2e/tests/assorted/03-profile.spec.js
#	e2e/tests/assorted/04-setting.spec.js
#	e2e/tests/assorted/05-joinpublicroom.spec.js
#	e2e/tests/assorted/06-status.spec.js
#	e2e/tests/init.js
#	e2e/tests/onboarding/01-onboarding.spec.js
#	e2e/tests/onboarding/02-legal.spec.js
#	e2e/tests/onboarding/03-forgotpassword.spec.js
#	e2e/tests/onboarding/04-createuser.spec.js
#	e2e/tests/onboarding/05-login.spec.js
#	e2e/tests/onboarding/06-roomslist.spec.js
#	e2e/tests/room/01-createroom.spec.js
#	e2e/tests/room/02-room.spec.js
#	e2e/tests/room/03-roomactions.spec.js
#	e2e/tests/room/04-roominfo.spec.js
#	ios/Podfile
#	ios/Podfile.lock
#	ios/Pods/Crashlytics/README.md
#	ios/Pods/Crashlytics/iOS/Crashlytics.framework/Crashlytics
#	ios/Pods/Crashlytics/iOS/Crashlytics.framework/Info.plist
#	ios/Pods/Crashlytics/iOS/Crashlytics.framework/run
#	ios/Pods/Fabric/README.md
#	ios/Pods/Fabric/iOS/Fabric.framework/Fabric
#	ios/Pods/Fabric/iOS/Fabric.framework/Info.plist
#	ios/Pods/Fabric/iOS/Fabric.framework/run
#	ios/Pods/Fabric/run
#	ios/Pods/Fabric/upload-symbols
#	ios/Pods/Firebase/README.md
#	ios/Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector
#	ios/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/FirebaseAnalytics
#	ios/Pods/FirebaseCore/Firebase/Core/Private/FIRAppAssociationRegistration.h
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRAnalyticsConfiguration.m
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRApp.m
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRAppAssociationRegistration.h
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRAppAssociationRegistration.m
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRBundleUtil.m
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRComponentType.m
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRConfiguration.m
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRCoreDiagnosticsConnector.m
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRDiagnosticsData.m
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/FIRLogger.m
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRAppAssociationRegistration.h
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRAppInternal.h
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRComponentContainer.h
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRErrorCode.h
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLibrary.h
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIRLogger.h
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/Private/FIROptionsInternal.h
#	ios/Pods/FirebaseCore/FirebaseCore/Sources/Public/FIRConfiguration.h
#	ios/Pods/FirebaseCore/README.md
#	ios/Pods/FirebaseCoreDiagnostics/Firebase/CoreDiagnostics/FIRCDLibrary/FIRCoreDiagnostics.m
#	ios/Pods/FirebaseCoreDiagnostics/README.md
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.h
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsErrorUtil.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Errors/FIRInstallationsHTTPError.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallations.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResult.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsAuthTokenResultInternal.h
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.h
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsItem.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.h
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsLogger.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstallationsVersion.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDStore.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/IIDMigration/FIRInstallationsIIDTokenStore.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsAPIService.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.h
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsAPI/FIRInstallationsItem+RegisterInstallationAPI.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsIDController.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsIDController/FIRInstallationsSingleOperationPromiseCache.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStore.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredAuthToken.m
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.h
#	ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/InstallationsStore/FIRInstallationsStoredItem.m
#	ios/Pods/FirebaseInstallations/README.md
#	ios/Pods/Flipper/README.md
#	ios/Pods/Flipper/xplat/Flipper/FlipperClient.cpp
#	ios/Pods/Flipper/xplat/Flipper/FlipperClient.h
#	ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.cpp
#	ios/Pods/Flipper/xplat/Flipper/FlipperConnectionManagerImpl.h
#	ios/Pods/FlipperKit/README.md
#	ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h
#	ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.mm
#	ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKInvalidation.h
#	ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/SKNodeDescriptor.h
#	ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/UIView+SKInvalidation.mm
#	ios/Pods/FlipperKit/iOS/Plugins/FlipperKitLayoutPlugin/FlipperKitLayoutPlugin/descriptors/SKViewDescriptor.mm
#	ios/Pods/FlipperKit/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.mm
#	ios/Pods/FlipperKit/iOS/Plugins/FlipperKitNetworkPlugin/FlipperKitNetworkPlugin/SKResponseInfo.m
#	ios/Pods/FlipperKit/iOS/Plugins/FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.m
#	ios/Pods/GoogleAppMeasurement/Frameworks/GoogleAppMeasurement.framework/GoogleAppMeasurement
#	ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCOREvent.m
#	ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORFlatFileStorage.m
#	ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORRegistrar.m
#	ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORUploadCoordinator.m
#	ios/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/Public/GDTCORStorageProtocol.h
#	ios/Pods/GoogleDataTransport/README.md
#	ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTNanopbHelpers.m
#	ios/Pods/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport/GDTCCTLibrary/GDTCCTPrioritizer.m
#	ios/Pods/GoogleDataTransportCCTSupport/README.md
#	ios/Pods/GoogleToolboxForMac/LICENSE
#	ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/GULAppDelegateSwizzler.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Internal/GULAppDelegateSwizzler_Private.h
#	ios/Pods/GoogleUtilities/GoogleUtilities/AppDelegateSwizzler/Private/GULAppDelegateSwizzler.h
#	ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULHeartbeatDateStorage.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/Environment/GULSecureCoding.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainStorage.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/Environment/SecureStorage/GULKeychainUtils.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/Environment/third_party/GULAppEnvironmentUtil.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/Logger/GULLogger.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/MethodSwizzler/GULSwizzler.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/NSData+zlib/GULNSData+zlib.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetwork.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/Network/GULNetworkURLSession.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/Reachability/GULReachabilityChecker+Internal.h
#	ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/GULSceneDelegateSwizzler.m
#	ios/Pods/GoogleUtilities/GoogleUtilities/SceneDelegateSwizzler/Internal/GULSceneDelegateSwizzler_Private.h
#	ios/Pods/GoogleUtilities/LICENSE
#	ios/Pods/GoogleUtilities/README.md
#	ios/Pods/Headers/Private/FirebaseCore/FIRAnalyticsConfiguration.h
#	ios/Pods/Headers/Private/FirebaseCore/FIRAppAssociationRegistration.h
#	ios/Pods/Headers/Private/FirebaseCore/FIRComponentContainerInternal.h
#	ios/Pods/Headers/Private/FirebaseCore/FIRConfigurationInternal.h
#	ios/Pods/Headers/Private/FirebaseCore/FIRDiagnosticsData.h
#	ios/Pods/Headers/Private/GoogleUtilities/GULHeartbeatDateStorage.h
#	ios/Pods/Headers/Private/GoogleUtilities/GULKeychainStorage.h
#	ios/Pods/Headers/Private/GoogleUtilities/GULKeychainUtils.h
#	ios/Pods/Headers/Private/GoogleUtilities/GULSecureCoding.h
#	ios/Pods/Headers/Private/RNFastImage/FFFastImageSource.h
#	ios/Pods/Headers/Private/RNFastImage/FFFastImageView.h
#	ios/Pods/Headers/Private/RNFastImage/FFFastImageViewManager.h
#	ios/Pods/Headers/Private/RNFastImage/RCTConvert+FFFastImage.h
#	ios/Pods/Headers/Private/React-Core/React/RCTDevLoadingView.h
#	ios/Pods/Headers/Private/React-Core/React/RCTModalManager.h
#	ios/Pods/Headers/Public/RNFastImage/FFFastImageSource.h
#	ios/Pods/Headers/Public/RNFastImage/FFFastImageView.h
#	ios/Pods/Headers/Public/RNFastImage/FFFastImageViewManager.h
#	ios/Pods/Headers/Public/RNFastImage/RCTConvert+FFFastImage.h
#	ios/Pods/Headers/Public/React-Core/React/RCTDevLoadingView.h
#	ios/Pods/Headers/Public/React-Core/React/RCTModalManager.h
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/Headers/JitsiMeet.h
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/JitsiMeet
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/Modules/JitsiMeet.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/Modules/JitsiMeet.swiftmodule/Project/x86_64.swiftsourceinfo
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/Modules/JitsiMeet.swiftmodule/arm64-apple-ios.swiftmodule
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/Modules/JitsiMeet.swiftmodule/arm64.swiftmodule
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/Modules/JitsiMeet.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/Modules/JitsiMeet.swiftmodule/x86_64.swiftmodule
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-de.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-enGB.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-eo.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-es.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-fi.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-fr.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-frCA.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-hu.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-it.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-oc.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-ru.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages-sv.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/languages.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-af.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-bg.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-de.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-enGB.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-eo.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-es.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-esUS.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-et.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-fi.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-fr.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-frCA.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-hr.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-hu.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-it.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-ja.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-ko.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-nl.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-oc.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-pl.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-ptBR.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-ru.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-sv.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-vi.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-zhCN.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main-zhTW.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/assets/lang/main.json
#	ios/Pods/JitsiMeetSDK/Frameworks/JitsiMeet.framework/main.jsbundle
#	ios/Pods/JitsiMeetSDK/README.md
#	ios/Pods/Local Podspecs/BugsnagReactNative.podspec.json
#	ios/Pods/Local Podspecs/EXAV.podspec.json
#	ios/Pods/Local Podspecs/EXConstants.podspec.json
#	ios/Pods/Local Podspecs/EXFileSystem.podspec.json
#	ios/Pods/Local Podspecs/EXHaptics.podspec.json
#	ios/Pods/Local Podspecs/EXImageLoader.podspec.json
#	ios/Pods/Local Podspecs/EXKeepAwake.podspec.json
#	ios/Pods/Local Podspecs/EXLocalAuthentication.podspec.json
#	ios/Pods/Local Podspecs/EXPermissions.podspec.json
#	ios/Pods/Local Podspecs/EXVideoThumbnails.podspec.json
#	ios/Pods/Local Podspecs/EXWebBrowser.podspec.json
#	ios/Pods/Local Podspecs/FBLazyVector.podspec.json
#	ios/Pods/Local Podspecs/FBReactNativeSpec.podspec.json
#	ios/Pods/Local Podspecs/Folly.podspec.json
#	ios/Pods/Local Podspecs/RCTRequired.podspec.json
#	ios/Pods/Local Podspecs/RCTTypeSafety.podspec.json
#	ios/Pods/Local Podspecs/RNCAsyncStorage.podspec.json
#	ios/Pods/Local Podspecs/RNDateTimePicker.podspec.json
#	ios/Pods/Local Podspecs/RNDeviceInfo.podspec.json
#	ios/Pods/Local Podspecs/RNReanimated.podspec.json
#	ios/Pods/Local Podspecs/RNScreens.podspec.json
#	ios/Pods/Local Podspecs/RNVectorIcons.podspec.json
#	ios/Pods/Local Podspecs/React-Core.podspec.json
#	ios/Pods/Local Podspecs/React-CoreModules.podspec.json
#	ios/Pods/Local Podspecs/React-RCTActionSheet.podspec.json
#	ios/Pods/Local Podspecs/React-RCTAnimation.podspec.json
#	ios/Pods/Local Podspecs/React-RCTBlob.podspec.json
#	ios/Pods/Local Podspecs/React-RCTImage.podspec.json
#	ios/Pods/Local Podspecs/React-RCTLinking.podspec.json
#	ios/Pods/Local Podspecs/React-RCTNetwork.podspec.json
#	ios/Pods/Local Podspecs/React-RCTSettings.podspec.json
#	ios/Pods/Local Podspecs/React-RCTText.podspec.json
#	ios/Pods/Local Podspecs/React-RCTVibration.podspec.json
#	ios/Pods/Local Podspecs/React-cxxreact.podspec.json
#	ios/Pods/Local Podspecs/React-jsi.podspec.json
#	ios/Pods/Local Podspecs/React-jsiexecutor.podspec.json
#	ios/Pods/Local Podspecs/React-jsinspector.podspec.json
#	ios/Pods/Local Podspecs/React.podspec.json
#	ios/Pods/Local Podspecs/ReactCommon.podspec.json
#	ios/Pods/Local Podspecs/UMAppLoader.podspec.json
#	ios/Pods/Local Podspecs/UMBarCodeScannerInterface.podspec.json
#	ios/Pods/Local Podspecs/UMCameraInterface.podspec.json
#	ios/Pods/Local Podspecs/UMConstantsInterface.podspec.json
#	ios/Pods/Local Podspecs/UMCore.podspec.json
#	ios/Pods/Local Podspecs/UMFaceDetectorInterface.podspec.json
#	ios/Pods/Local Podspecs/UMFileSystemInterface.podspec.json
#	ios/Pods/Local Podspecs/UMFontInterface.podspec.json
#	ios/Pods/Local Podspecs/UMImageLoaderInterface.podspec.json
#	ios/Pods/Local Podspecs/UMPermissionsInterface.podspec.json
#	ios/Pods/Local Podspecs/UMReactNativeAdapter.podspec.json
#	ios/Pods/Local Podspecs/UMSensorsInterface.podspec.json
#	ios/Pods/Local Podspecs/UMTaskManagerInterface.podspec.json
#	ios/Pods/Local Podspecs/Yoga.podspec.json
#	ios/Pods/Local Podspecs/react-native-cameraroll.podspec.json
#	ios/Pods/Local Podspecs/react-native-document-picker.podspec.json
#	ios/Pods/Local Podspecs/react-native-safe-area-context.podspec.json
#	ios/Pods/Local Podspecs/react-native-slider.podspec.json
#	ios/Pods/Local Podspecs/react-native-webview.podspec.json
#	ios/Pods/Manifest.lock
#	ios/Pods/Pods.xcodeproj/project.pbxproj
#	ios/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise+Testing.m
#	ios/Pods/PromisesObjC/Sources/FBLPromises/FBLPromise.m
#	ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise+Testing.h
#	ios/Pods/PromisesObjC/Sources/FBLPromises/include/FBLPromise.h
#	ios/Pods/SDWebImage/README.md
#	ios/Pods/SDWebImage/SDWebImage/Core/NSData+ImageContentType.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImage.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImage.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImagePlayer.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImagePlayer.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageRep.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDAnimatedImageView.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDDiskCache.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageAPNGCoder.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageCache.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageCache.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageCacheConfig.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageCacheDefine.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageCoder.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageCoder.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageHEICCoder.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageIOAnimatedCoder.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageIOAnimatedCoder.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageIOCoder.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageLoader.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageLoadersManager.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDImageTransformer.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDefine.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDefine.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloader.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderConfig.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderDecryptor.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderOperation.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderOperation.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderRequestModifier.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderRequestModifier.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderResponseModifier.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageDownloaderResponseModifier.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageError.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageManager.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageManager.m
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImagePrefetcher.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageTransition.h
#	ios/Pods/SDWebImage/SDWebImage/Core/SDWebImageTransition.m
#	ios/Pods/SDWebImage/SDWebImage/Core/UIImage+GIF.h
#	ios/Pods/SDWebImage/SDWebImage/Core/UIImage+MemoryCacheCost.h
#	ios/Pods/SDWebImage/SDWebImage/Core/UIImage+MultiFormat.h
#	ios/Pods/SDWebImage/SDWebImage/Core/UIImage+Transform.h
#	ios/Pods/SDWebImage/SDWebImage/Core/UIView+WebCache.h
#	ios/Pods/SDWebImage/SDWebImage/Core/UIView+WebCache.m
#	ios/Pods/SDWebImage/SDWebImage/Core/UIView+WebCacheOperation.h
#	ios/Pods/SDWebImage/SDWebImage/Core/UIView+WebCacheOperation.m
#	ios/Pods/SDWebImage/WebImage/SDWebImage.h
#	ios/Pods/TOCropViewController/Objective-C/TOCropViewController/TOCropViewController.h
#	ios/Pods/TOCropViewController/Objective-C/TOCropViewController/TOCropViewController.m
#	ios/Pods/TOCropViewController/Objective-C/TOCropViewController/Views/TOCropToolbar.h
#	ios/Pods/TOCropViewController/Objective-C/TOCropViewController/Views/TOCropToolbar.m
#	ios/Pods/TOCropViewController/README.md
#	ios/Pods/Target Support Files/BugsnagReactNative/BugsnagReactNative.xcconfig
#	ios/Pods/Target Support Files/Crashlytics/Crashlytics.xcconfig
#	ios/Pods/Target Support Files/EXImageLoader/EXImageLoader.xcconfig
#	ios/Pods/Target Support Files/FBReactNativeSpec/FBReactNativeSpec.xcconfig
#	ios/Pods/Target Support Files/Fabric/Fabric.xcconfig
#	ios/Pods/Target Support Files/Firebase/Firebase.xcconfig
#	ios/Pods/Target Support Files/FirebaseAnalytics/FirebaseAnalytics.xcconfig
#	ios/Pods/Target Support Files/FirebaseCore/FirebaseCore.xcconfig
#	ios/Pods/Target Support Files/Flipper/Flipper.xcconfig
#	ios/Pods/Target Support Files/FlipperKit/FlipperKit.xcconfig
#	ios/Pods/Target Support Files/GoogleAppMeasurement/GoogleAppMeasurement.xcconfig
#	ios/Pods/Target Support Files/GoogleUtilities/GoogleUtilities.xcconfig
#	ios/Pods/Target Support Files/KeyCommands/KeyCommands.xcconfig
#	ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.markdown
#	ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-acknowledgements.plist
#	ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-frameworks.sh
#	ios/Pods/Target Support Files/Pods-RocketChatRN/Pods-RocketChatRN-resources.sh
#	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-acknowledgements.plist
#	ios/Pods/Target Support Files/Pods-ShareRocketChatRN/Pods-ShareRocketChatRN-resources.sh
#	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/RCTTypeSafety/RCTTypeSafety.xcconfig
#	ios/Pods/Target Support Files/RNBootSplash/RNBootSplash.xcconfig
#	ios/Pods/Target Support Files/RNCAsyncStorage/RNCAsyncStorage.xcconfig
#	ios/Pods/Target Support Files/RNCMaskedView/RNCMaskedView.xcconfig
#	ios/Pods/Target Support Files/RNDateTimePicker/RNDateTimePicker.xcconfig
#	ios/Pods/Target Support Files/RNDeviceInfo/RNDeviceInfo.xcconfig
#	ios/Pods/Target Support Files/RNFastImage/RNFastImage.xcconfig
#	ios/Pods/Target Support Files/RNGestureHandler/RNGestureHandler.xcconfig
#	ios/Pods/Target Support Files/RNImageCropPicker/RNImageCropPicker.xcconfig
#	ios/Pods/Target Support Files/RNLocalize/RNLocalize.xcconfig
#	ios/Pods/Target Support Files/RNReanimated/RNReanimated.xcconfig
#	ios/Pods/Target Support Files/RNRootView/RNRootView.xcconfig
#	ios/Pods/Target Support Files/RNScreens/RNScreens.xcconfig
#	ios/Pods/Target Support Files/RNUserDefaults/RNUserDefaults.xcconfig
#	ios/Pods/Target Support Files/RNVectorIcons/RNVectorIcons.xcconfig
#	ios/Pods/Target Support Files/React-Core/React-Core.xcconfig
#	ios/Pods/Target Support Files/React-CoreModules/React-CoreModules.xcconfig
#	ios/Pods/Target Support Files/React-RCTActionSheet/React-RCTActionSheet.xcconfig
#	ios/Pods/Target Support Files/React-RCTAnimation/React-RCTAnimation.xcconfig
#	ios/Pods/Target Support Files/React-RCTBlob/React-RCTBlob.xcconfig
#	ios/Pods/Target Support Files/React-RCTImage/React-RCTImage.xcconfig
#	ios/Pods/Target Support Files/React-RCTLinking/React-RCTLinking.xcconfig
#	ios/Pods/Target Support Files/React-RCTNetwork/React-RCTNetwork.xcconfig
#	ios/Pods/Target Support Files/React-RCTSettings/React-RCTSettings.xcconfig
#	ios/Pods/Target Support Files/React-RCTText/React-RCTText.xcconfig
#	ios/Pods/Target Support Files/React-RCTVibration/React-RCTVibration.xcconfig
#	ios/Pods/Target Support Files/React-cxxreact/React-cxxreact.xcconfig
#	ios/Pods/Target Support Files/React-jsiexecutor/React-jsiexecutor.xcconfig
#	ios/Pods/Target Support Files/React/React.xcconfig
#	ios/Pods/Target Support Files/ReactCommon/ReactCommon.xcconfig
#	ios/Pods/Target Support Files/ReactNativeART/ReactNativeART.xcconfig
#	ios/Pods/Target Support Files/ReactNativeKeyboardInput/ReactNativeKeyboardInput.xcconfig
#	ios/Pods/Target Support Files/ReactNativeKeyboardTrackingView/ReactNativeKeyboardTrackingView.xcconfig
#	ios/Pods/Target Support Files/TOCropViewController/ResourceBundle-TOCropViewControllerBundle-TOCropViewController-Info.plist
#	ios/Pods/Target Support Files/UMReactNativeAdapter/UMReactNativeAdapter.xcconfig
#	ios/Pods/Target Support Files/nanopb/nanopb.xcconfig
#	ios/Pods/Target Support Files/react-native-appearance/react-native-appearance.xcconfig
#	ios/Pods/Target Support Files/react-native-background-timer/react-native-background-timer.xcconfig
#	ios/Pods/Target Support Files/react-native-cameraroll/react-native-cameraroll.xcconfig
#	ios/Pods/Target Support Files/react-native-document-picker/react-native-document-picker.xcconfig
#	ios/Pods/Target Support Files/react-native-jitsi-meet/react-native-jitsi-meet.xcconfig
#	ios/Pods/Target Support Files/react-native-notifications/react-native-notifications.xcconfig
#	ios/Pods/Target Support Files/react-native-orientation-locker/react-native-orientation-locker.xcconfig
#	ios/Pods/Target Support Files/react-native-safe-area-context/react-native-safe-area-context.xcconfig
#	ios/Pods/Target Support Files/react-native-slider/react-native-slider.xcconfig
#	ios/Pods/Target Support Files/react-native-webview/react-native-webview.xcconfig
#	ios/Pods/Target Support Files/rn-extensions-share/rn-extensions-share.xcconfig
#	ios/Pods/Target Support Files/rn-fetch-blob/rn-fetch-blob.xcconfig
#	ios/Pods/Target Support Files/yoga/yoga-dummy.m
#	ios/RocketChatRN.xcodeproj/project.pbxproj
#	ios/RocketChatRN/Info.plist
#	ios/ShareRocketChatRN/Info.plist
#	ios/custom.ttf
#	ios/fastlane/Fastfile
#	package.json
#	patches/react-native-notifications+2.1.7.patch
#	storybook/stories/RoomItem.js
#	storybook/stories/StoriesSeparator.js
#	yarn.lock
* Refactoring

* Detail docs

* Contributing

* Update CONTRIBUTING.md

Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>

Co-authored-by: Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
@CLAassistant
Copy link

CLAassistant commented Sep 1, 2020

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
7 out of 9 committers have signed the CLA.

✅ regalstreak
✅ youssef-md
✅ Fishbowler
✅ djorkaeffalexandre
✅ diegolmello
✅ grahamsmith
✅ EzequielDeOliveira
❌ juliagrala
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@lgtm-com
Copy link

lgtm-com bot commented Sep 1, 2020

This pull request introduces 1 alert and fixes 1 when merging a7d7403 into 0c7a9b9 - view on LGTM.com

new alerts:

  • 1 for Direct state mutation

fixed alerts:

  • 1 for Direct state mutation

@diegolmello diegolmello merged commit 6c37333 into master Sep 1, 2020
@diegolmello diegolmello deleted the beta branch September 1, 2020 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.