mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
INJIMOB - 1204 : Moving Button margin to Themes and updated locale keys to camelcase and removed logs in sharing utils.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
This commit is contained in:
@@ -5,10 +5,8 @@ export async function shareImageToAllSupportedApps(
|
||||
): Promise<Boolean> {
|
||||
try {
|
||||
const shareStatusResult = await RNShare.open(sharingOptions);
|
||||
console.log('Image shared suuccessfully::');
|
||||
return shareStatusResult['success'];
|
||||
} catch (err) {
|
||||
console.log('Exception while sharing Image::', err);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user