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

feature/7548-theo-ConfigureDynamicLinks #8006

Merged
merged 3 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions VAMobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,14 @@
<data android:mimeType="vnd.android.cursor.dir/event" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data
android:host="vamobileapp.page.link"
android:scheme="https"/>
</intent-filter>
</activity>
</application>
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
Expand Down
18 changes: 17 additions & 1 deletion VAMobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ PODS:
- Firebase/Crashlytics (10.19.0):
- Firebase/CoreOnly
- FirebaseCrashlytics (~> 10.19.0)
- Firebase/DynamicLinks (10.19.0):
- Firebase/CoreOnly
- FirebaseDynamicLinks (~> 10.19.0)
- Firebase/Performance (10.19.0):
- Firebase/CoreOnly
- FirebasePerformance (~> 10.19.0)
Expand Down Expand Up @@ -51,6 +54,8 @@ PODS:
- GoogleUtilities/Environment (~> 7.8)
- nanopb (< 2.30910.0, >= 2.30908.0)
- PromisesObjC (~> 2.1)
- FirebaseDynamicLinks (10.19.0):
- FirebaseCore (~> 10.0)
- FirebaseInstallations (10.19.0):
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
Expand Down Expand Up @@ -623,6 +628,11 @@ PODS:
- FirebaseCoreExtension (= 10.19.0)
- React-Core
- RNFBApp
- RNFBDynamicLinks (18.8.0):
- Firebase/DynamicLinks (= 10.19.0)
- GoogleUtilities/AppDelegateSwizzler
- React-Core
- RNFBApp
- RNFBPerf (18.7.3):
- Firebase/Performance (= 10.19.0)
- React-Core
Expand Down Expand Up @@ -737,6 +747,7 @@ DEPENDENCIES:
- "RNFBAnalytics (from `../node_modules/@react-native-firebase/analytics`)"
- "RNFBApp (from `../node_modules/@react-native-firebase/app`)"
- "RNFBCrashlytics (from `../node_modules/@react-native-firebase/crashlytics`)"
- "RNFBDynamicLinks (from `../node_modules/@react-native-firebase/dynamic-links`)"
- "RNFBPerf (from `../node_modules/@react-native-firebase/perf`)"
- "RNFBRemoteConfig (from `../node_modules/@react-native-firebase/remote-config`)"
- RNFileViewer (from `../node_modules/react-native-file-viewer`)
Expand All @@ -758,6 +769,7 @@ SPEC REPOS:
- FirebaseCoreExtension
- FirebaseCoreInternal
- FirebaseCrashlytics
- FirebaseDynamicLinks
- FirebaseInstallations
- FirebasePerformance
- FirebaseRemoteConfig
Expand Down Expand Up @@ -889,6 +901,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/@react-native-firebase/app"
RNFBCrashlytics:
:path: "../node_modules/@react-native-firebase/crashlytics"
RNFBDynamicLinks:
:path: "../node_modules/@react-native-firebase/dynamic-links"
RNFBPerf:
:path: "../node_modules/@react-native-firebase/perf"
RNFBRemoteConfig:
Expand Down Expand Up @@ -923,6 +937,7 @@ SPEC CHECKSUMS:
FirebaseCoreExtension: c08d14c7b22e07994e876d837e6f58642f340087
FirebaseCoreInternal: b444828ea7cfd594fca83046b95db98a2be4f290
FirebaseCrashlytics: a4d2ad12f5c07ec8ee0ebc89133a45498a293ba6
FirebaseDynamicLinks: bd0455c62de367bb46605692af35e423fd7b3b69
FirebaseInstallations: 033d199474164db20c8350736842a94fe717b960
FirebasePerformance: 634a9b06effc436c991273d90053a2086dd2d427
FirebaseRemoteConfig: a7fcc7a5941faa7e09248e91c8797340aa4c85f6
Expand Down Expand Up @@ -994,6 +1009,7 @@ SPEC CHECKSUMS:
RNFBAnalytics: 28a203d4832713a2aef1226dc347abb0a205515d
RNFBApp: c21258de1485419a845efbba9c09ec946c89891d
RNFBCrashlytics: 6545209f7ec165bb437f9f2160b4f800c71b79b8
RNFBDynamicLinks: 4c91146aa15ffde3fae69c2772dfce6f53a1550a
RNFBPerf: f3907bc70b870866c35e4e610ea5567017a4884c
RNFBRemoteConfig: 41350e225ae6ce585dbb6c314602fb2d86b890b6
RNFileViewer: ce7ca3ac370e18554d35d6355cffd7c30437c592
Expand All @@ -1011,4 +1027,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 71cfabcb52e3b2ad52dad40bf80370529df9a239

COCOAPODS: 1.11.3
COCOAPODS: 1.12.1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading