1.0.3 • Published 6 months ago

dexun-native-bridge v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

dexun-native-bridge

A utility library for communicating between H5 and native apps.

Installation

npm install dexun-native-bridge
# Usage
import 'dexun-native-bridge';

window.JSB.getDeXunCommInfo()
  .then((token) => {
    console.log('Token:', token);
  })
  .catch((error) => {
    console.error('Error:', error);
  });
1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago