Open knowledge base category by id

Opens a Knowledge Base category based on the category id.

You can open the Knowledge Base and immediately show the specific category
desired based on the category id.

showKbCategory(categoryId: string): Promise

import KustomerChat from '@kustomer/chat-react-native';

KustomerChat.showKbCategory('categoryId');