react-native-speedometer:React Native中的可定制速度计实现

时间:2024-06-06 02:39:21
【文件属性】:

文件名称:react-native-speedometer:React Native中的可定制速度计实现

文件大小:393KB

文件格式:ZIP

更新时间:2024-06-06 02:39:21

JavaScript

React式速度计 React Native中的可定制速度计实现 展示案例 入门 托多斯 问题 安装 $ npm i react-native-speedometer --save 基本用法 import React, { Component } from 'react'; import { SafeAreaView, StyleSheet, TextInput } from 'react-native'; import RNSpeedometer from 'react-native-speedometer' class App extends Component { state = { value: 0, }; onChange = (value) => this.setState({ value: parseInt(value) }); r


【文件预览】:
react-native-speedometer-master
----.eslintrc.json(796B)
----.gitignore(57B)
----images()
--------speedometer-needle.png(13KB)
----package.json(3KB)
----src()
--------style()
--------index.js(6KB)
--------utils()
----.travis.yml(1KB)
----LICENSE(1KB)
----_tests_()
--------index.test.js(1KB)
--------utils.test.js(2KB)
--------__snapshots__()
----.github()
--------FUNDING.yml(347B)
----rollup.config.js(3KB)
----README.md(5KB)
----example()
--------.gitignore(793B)
--------.babelrc(60B)
--------.flowconfig(2KB)
--------package.json(583B)
--------.buckconfig(114B)
--------android()
--------.watchmanconfig(2B)
--------ios()
--------index.js(183B)
--------App.js(1KB)
--------.gitattributes(16B)
--------app.json(51B)
--------yarn.lock(239KB)
----.npmignore(64B)
----yarn.lock(334KB)

网友评论