diff options
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index bb49387c4..b96529b1f 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -89,3 +89,12 @@ export const BSKY_FEED_OWNER_DIDS = [ 'did:plc:vpkhqolt662uhesyj6nxm7ys', 'did:plc:q6gjnaw2blty4crticxkmujt', ] + +export const GIPHY_API_URL = 'https://api.giphy.com' +export const GIPHY_API_KEY = Platform.select({ + ios: 'ydVxhrQkwlcUjkVKx15mF6vyaNJbMeez', + android: 'Vwj3Ib7857dj3EcIg24Hiz1LbRVdGeYF', + default: 'vyL3hQQ8AipwcmIB8kFvg0NDs9faWg7G', +}) +export const GIPHY_PRIVACY_POLICY = + 'https://support.giphy.com/hc/en-us/articles/360032872931-GIPHY-Privacy-Policy' |