universal-portability
Version:
Universal Portability Framework for Web3 Applications
11 lines • 470 B
TypeScript
/**
* React Native entry point for Universal Portability SDK
* This file re-exports components from both native and web implementations
* to provide a single import point for React Native applications
*/
export * from './native/index';
export { default as usePortableApps } from './native/hooks/usePortableApps';
export * from './utils/platform';
export * from './types';
export declare const PORTABILITY_VERSION = "1.3.1";
//# sourceMappingURL=react-native.d.ts.map