# react-native-settings **Repository Path**: rong88/react-native-settings ## Basic Information - **Project Name**: react-native-settings - **Description**: react native api调用Android或IOS原生代码进行一些平台设置。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-01 - **Last Updated**: 2021-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-settings set platform settings using in react native api ## Installation ```sh npm install react-native-settings ``` ## Usage ```js import { multiply } from "react-native-settings"; // ... 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