mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
OPS: react-native-watch-connectivity-0.4.1 FIX FIX Update WatchConnectivity.ios.js Update WatchConnectivity.ios.js ADD: Add Onchain address view for Lightning Update package.json FIX: Fix communication bug FIX: Fix communication bug Update Info.plist FIX: Update for watch Update Interface.storyboard TST Update WatchConnectivity.android.js Update WatchConnectivity.ios.js
12 lines
No EOL
311 B
JavaScript
12 lines
No EOL
311 B
JavaScript
export default class WatchConnectivity {
|
|
isAppInstalled = false;
|
|
static shared = new WatchConnectivity();
|
|
wallets;
|
|
fetchTransactionsFunction = () => {};
|
|
|
|
getIsWatchAppInstalled() {}
|
|
|
|
async handleLightningInvoiceCreateRequest(_walletIndex, _amount, _description) {}
|
|
|
|
async sendWalletsToWatch() {}
|
|
} |