mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
40936fe49c
Dont bother on running in android. extract listener from app.js
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
import React from 'react';
|
|
|
|
const HandOffComponentListener: React.FC = () => {
|
|
return null;
|
|
};
|
|
|
|
export default HandOffComponentListener;
|