react-native-quick-pinyin
v0.5.0
Published
A module parses chinese to pinyin characters for React Native purely through JSI binding
Downloads
9
Readme
react-native-quick-pinyin
A module parses chinese to pinyin characters for React Native purely through JSI binding.
Installation
$ npm install react-native-quick-pinyin
# or yarn add react-native-quick-pinyin
Usage
import Pinyin from "react-native-quick-pinyin";
Pinyin.getFullChars('你好')
// nihao
Also, you can check the example.
Interface
interface QuickPinyin {
getFullChars: (text: string) => string;
}
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT