react-native-quick-pinyin

A module parses chinese to pinyin characters for React Native purely through JSI binding


Keywords
react-native, ios, android, jsi, pinyin
License
MIT
Install
npm install react-native-quick-pinyin@0.5.0

Documentation

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