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:
BalachandarG
2024-05-30 17:34:48 +05:30
parent d8cf4d4530
commit 2d2fc868c6
10 changed files with 14 additions and 10 deletions

View File

@@ -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;
}
}