Skip to content

Commit

Permalink
use /p for color palette preview deep link
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalkishor1991 committed Nov 3, 2024
1 parent c8718a2 commit f728847
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<data
android:host="huehive.co"
android:scheme="https"
android:pathPrefix="/color_palettes/preview" />
android:pathPrefix="/p/" />
</intent-filter>

<intent-filter android:label="share">
Expand Down
1 change: 0 additions & 1 deletion components/AdBanner.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// AdBanner.js
import React, { useEffect, useState } from 'react';
import { View, Platform } from 'react-native';
import mobileAds, { BannerAd, BannerAdSize, TestIds, AdsConsent } from 'react-native-google-mobile-ads';
Expand Down

0 comments on commit f728847

Please sign in to comment.