A React Native module for converting Japanese sentence to hiragana
npm install react-native-hiragana
import { convert } from 'react-native-hiragana';
// ...
const result = await convert('私の部屋は、きれいで、静かで、とても好き');
Android implementation
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library