1.fix add walletman
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import { NativeModules, Platform } from 'react-native';
|
||||
|
||||
export async function isModifiedAppInstalled(scheme: string): Promise<boolean> {
|
||||
if (Platform.OS !== 'android') return false;
|
||||
const { AppUtilsModule } = NativeModules;
|
||||
if (!AppUtilsModule) return false;
|
||||
return await AppUtilsModule.isModifiedAppInstalled(scheme);
|
||||
}
|
||||
Reference in New Issue
Block a user