/react-native-hiragana

A React Native module for converting Japanese sentence to hiragana

Primary LanguageJavaMIT LicenseMIT

react-native-hiragana

A React Native module for converting Japanese sentence to hiragana

Installation

npm install react-native-hiragana

Usage

import { convert } from 'react-native-hiragana';

// ...

const result = await convert('私の部屋は、きれいで、静かで、とても好き');

TODO

Android implementation

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library