react-native-translator icon indicating copy to clipboard operation
react-native-translator copied to clipboard

🌐 Unlimited free google translate component & hook (Unofficial)

Results 14 react-native-translator issues
Sort by recently updated
recently updated
newest added

got error for this function const onTranslate = async () => { const _result = await translate('en', 'fr', value); setResult(_result); }; WARN Possible Unhandled Promise Rejection (id: 12): TypeError: Cannot...

Whenever I click the button go into screen with your real time translator, my app crashes. Please help. Or maybe can you provide any examples that works with AppNavigator?

Testing the following code in a component: ~~~js const {translate} = useTranslator(); // Translation object for translating console.log("Testing translate:"); console.log(translate) ~~~ leads to the following output: ~~~ LOG Testing translate:...

I am using the useTranslatorHook in a custom text component. When i use the types 'papago' or 'kakao' It works great. When I try the 'google' type, it just returns...