chore: update docs link (#4242)

This commit is contained in:
Kamil Moskała
2024-11-07 09:28:20 +01:00
committed by GitHub
parent f78a407434
commit 0288d61e46
7 changed files with 101 additions and 65 deletions

View File

@@ -13,13 +13,13 @@ export type ConfigProps = {
/**
* Whether to include ADS extension in the app (IMA SDK)
* @default false
* @see https://thewidlarzgroup.github.io/react-native-video/component/ads
* @see https://docs.thewidlarzgroup.com/react-native-video/component/ads
*/
enableADSExtension?: boolean;
/**
* Whether to enable cache extension for ios in the app.
* @default false
* @see https://thewidlarzgroup.github.io/react-native-video/other/caching
* @see https://docs.thewidlarzgroup.com/react-native-video/other/caching
*/
enableCacheExtension?: boolean;
/**