mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
Update notifications.js
This commit is contained in:
parent
12eead51a9
commit
51d1325f18
1 changed files with 1 additions and 1 deletions
|
@ -3,10 +3,10 @@ import { Alert, Platform } from 'react-native';
|
|||
import Frisbee from 'frisbee';
|
||||
import { isEmulatorSync } from 'react-native-device-info';
|
||||
import AsyncStorage from '@react-native-community/async-storage';
|
||||
import loc from '../loc';
|
||||
const PushNotification = require('react-native-push-notification');
|
||||
const constants = require('./constants');
|
||||
const PUSH_TOKEN = 'PUSH_TOKEN';
|
||||
const loc = require('../loc');
|
||||
let alreadyConfigured = false;
|
||||
|
||||
async function _setPushToken(token) {
|
||||
|
|
Loading…
Add table
Reference in a new issue