SDK Reference
react-native
showWidgetSheet

showWidgetSheet Method

This method is used to open the Okto bottomsheet modal.

Parameters

None

Example

import { useOkto, type OktoContextType} from 'okto-sdk-react-native';
 
const { showWidgetSheet, closeBottomSheet } = useOkto() as OktoContextType;
 
showWidgetSheet();