# react-native-text-ruler **Repository Path**: rong88/react-native-text-ruler ## Basic Information - **Project Name**: react-native-text-ruler - **Description**: RN端文字量尺,主要用来测量文字高度。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2022-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-text-ruler text content ruler using native module ## Installation ```sh npm install react-native-text-ruler ``` ## Usage ```js import { multiply } from "react-native-text-ruler"; // ... const result = await multiply(3, 7); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT