0.1.1 • Published 5 years ago
react-native-thub-rn-language-detection v0.1.1
react-native-thub-rn-language-detection
React Native module for language detection
Installation
npm install react-native-thub-rn-language-detection
Usage
import ThubRnLanguageDetection from 'react-native-thub-rn-language-detection';
ThubRnLanguageDetection.languageDetection(
textForWhichLanguageToBeDetected,
(data) => {
//Gives you the language code
console.log(data);
},
(errorMessage) => {
console.log(errorMessage);
}
);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT