We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1de3dc commit f1b242fCopy full SHA for f1b242f
trackers/react-native-tracker/src/types.ts
@@ -35,7 +35,7 @@ export interface EventStoreConfiguration {
35
* In environments where AsyncStorage is not available or where another kind of storage is used,
36
* you can provide a custom implementation.
37
*
38
- * @defaultValue AsyncStorage from {@link https://react-native-async-storage.github.io/async-storage/ @react-native-async-storage/async-storage}
+ * @defaultValue AsyncStorage from `@react-native-async-storage/async-storage`
39
* */
40
asyncStorage?: AsyncStorage;
41
}
0 commit comments