-
Notifications
You must be signed in to change notification settings - Fork 40
[SDK-136] Update docs #763
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
base: jwt/SDK-136-create-a-jwt-token-generator
Are you sure you want to change the base?
Conversation
… tags and plugins
… related configurations
…exclude generated files
…ecessary variable
…w categories and modules
❌ 22 blocking issues (26 total)
This is from Qlty Cloud, the successor to Code Climate Quality. Learn more. |
| @@ -0,0 +1,137 @@ | |||
| import { themes as prismThemes } from 'prism-react-renderer'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -0,0 +1,33 @@ | |||
| import type {SidebarsConfig} from '@docusaurus/plugin-content-docs'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /** | ||
| * Current configuration of the Iterable SDK | ||
| * | ||
| * @categoryDescription Advanced Use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * This property provides access to authentication functionality including | ||
| * pausing the authentication retry mechanism. | ||
| * | ||
| * @since Introduced in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tsdoc-undefined-tag: The TSDoc tag "@SInCE" is not defined in this configuration [eslint:tsdoc/syntax]
| * pausing the authentication retry mechanism. | ||
| * | ||
| * @since Introduced in | ||
| * [2.2.0](https://www.npmjs.com/package/@iterable/react-native-sdk/v/2.2.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * It also manages the state of the inbox, including loading state, selected message, and visible message impressions. | ||
| * | ||
| * @category React Components | ||
| * @group React Components |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tsdoc-undefined-tag: The TSDoc tag "@group" is not defined in this configuration [eslint:tsdoc/syntax]
| @@ -1,4 +1,4 @@ | |||
| import { useRef } from 'react'; | |||
| import { useRef, type PropsWithChildren, type ReactElement } from 'react'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -1,4 +1,9 @@ | |||
| import { useEffect, useState } from 'react'; | |||
| import { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -1,4 +1,10 @@ | |||
| import { useCallback, useRef, useState } from 'react'; | |||
| import { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -1,16 +1,23 @@ | |||
| /** | |||
| * React Native module for Iterable. | |||
| * [@iterable/react-native-sdk](https://github.com/Iterable/react-native-sdk) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔹 JIRA Ticket(s) if any
✏️ Description