Skip to content

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

License

Notifications You must be signed in to change notification settings

KusStar/react-native-quick-pinyin

Repository files navigation

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