forked from Ivasoft/mattermost-mobile
MM-46935 - Gekidou Report Problem (#6800)
* placement of 'report a problem' * installed react-native-mail * settings/report_problem - Opens on Email App on Android - Crashes on iOS if no account signed in the mail app * new wiring * new wiring * tried first strategy for attachment * tried second strategy for attachment * Update report_problem.tsx * revert changes to package.json * removes unused supportEmail * install @mattermost/react-native-turbo-mailer * update import * Update Podfile.lock
This commit is contained in:
@@ -365,6 +365,8 @@ PODS:
|
||||
- RCTTypeSafety
|
||||
- React-Core
|
||||
- ReactCommon/turbomodule/core
|
||||
- react-native-turbo-mailer (0.1.0):
|
||||
- React-Core
|
||||
- react-native-user-agent (2.3.1):
|
||||
- React
|
||||
- react-native-video (5.2.1):
|
||||
@@ -614,6 +616,7 @@ DEPENDENCIES:
|
||||
- react-native-notifications (from `../node_modules/react-native-notifications`)
|
||||
- "react-native-paste-input (from `../node_modules/@mattermost/react-native-paste-input`)"
|
||||
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
|
||||
- "react-native-turbo-mailer (from `../node_modules/@mattermost/react-native-turbo-mailer`)"
|
||||
- react-native-user-agent (from `../node_modules/react-native-user-agent`)
|
||||
- react-native-video (from `../node_modules/react-native-video`)
|
||||
- react-native-webrtc (from `../node_modules/react-native-webrtc`)
|
||||
@@ -768,6 +771,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../node_modules/@mattermost/react-native-paste-input"
|
||||
react-native-safe-area-context:
|
||||
:path: "../node_modules/react-native-safe-area-context"
|
||||
react-native-turbo-mailer:
|
||||
:path: "../node_modules/@mattermost/react-native-turbo-mailer"
|
||||
react-native-user-agent:
|
||||
:path: "../node_modules/react-native-user-agent"
|
||||
react-native-video:
|
||||
@@ -918,6 +923,7 @@ SPEC CHECKSUMS:
|
||||
react-native-notifications: 83b4fd4a127a6c918fc846cae90da60f84819e44
|
||||
react-native-paste-input: 183ad7dc224e192719616f4258dde5b548627d08
|
||||
react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a
|
||||
react-native-turbo-mailer: c709786e47b70c535a356cd7ee6fe1c185ed7c53
|
||||
react-native-user-agent: a90a1e839b99801baad67a73dd6f361a52aa3cf1
|
||||
react-native-video: c26780b224543c62d5e1b2a7244a5cd1b50e8253
|
||||
react-native-webrtc: 86d841823e66d68cc1f86712db1c2956056bf0c2
|
||||
|
||||
Reference in New Issue
Block a user