Rajkamal Singh
Results
3
issues of
Rajkamal Singh
Successfully used your package but after tapping on Draw area button inside menu-card button turns green and also the states you handle onPress of Draw area button is handled properly...
code : const onTranslate = async () => { try { const _result = await translate('en', 'es', value, { type: 'google', timeout: 10000, }); setResult(_result); console.log(_result); } catch (error) {...