react-native-acoustic-connect-beta
Version:
BETA: React native plugin for Acoustic Connect
21 lines • 1.05 kB
TypeScript
/********************************************************************************************
* Copyright (C) 2025 Acoustic, L.P. All rights reserved.
*
* NOTICE: This file contains material that is confidential and proprietary to
* Acoustic, L.P. and/or other developers. No license is granted under any intellectual or
* industrial property rights of Acoustic, L.P. except as may be provided in an agreement with
* Acoustic, L.P. Any unauthorized copying or distribution of content from this file is
* prohibited.
********************************************************************************************/
import * as React from 'react';
/**
* Example demonstrating HOC-based Paper Dialog tracking
*
* This approach requires minimal code changes:
* 1. Create tracked versions of your dialog components
* 2. Use the tracked versions instead of the original ones
* 3. All dialog events are automatically tracked!
*/
declare const HOCDialogExample: React.FC;
export default HOCDialogExample;
//# sourceMappingURL=HOCDialogExample.d.ts.map