react-native-js-bottom-sheet:Android底部工作表的React Native实现

时间:2021-02-03 08:30:30
【文件属性】:
文件名称:react-native-js-bottom-sheet:Android底部工作表的React Native实现
文件大小:793KB
文件格式:ZIP
更新时间:2021-02-03 08:30:30
react android react-native material-design bottom-sheet react-native-js-bottom-sheet 遵循Material Design准则的Android和iOS模态底部工作表组件。 入门 $ yarn add react-native-js-bottom-sheet 用法 代码引用了前面的图像示例: /* @flow */ import React , { Component } from 'react' import { AppRegistry , StyleSheet , Text , View , Button } from 'react-native' import BottomSheet from 'react-native-js-bottom-sheet' import MaterialCommunityIcons from 'react-native-vector-icons/MaterialCommunityIcons' import Entypo from 'react-native-vector-icons/Entypo' export default class Example extends Co
【文件预览】:
react-native-js-bottom-sheet-master
----.eslintrc(226B)
----.flowconfig(48B)
----yarn.lock(115KB)
----lib()
--------BottomSheet.js(5KB)
----.npmignore(8B)
----LICENSE(1KB)
----__tests__()
--------index.ios.js(280B)
--------index.android.js(284B)
----Example()
--------.eslintrc(149B)
--------.flowconfig(1KB)
--------.gitattributes(16B)
--------yarn.lock(156KB)
--------.babelrc(34B)
--------index.android.js(2KB)
--------android()
--------__tests__()
--------.buckconfig(114B)
--------app.json(51B)
--------.gitignore(774B)
--------.watchmanconfig(2B)
--------package-lock.json(160KB)
--------package.json(650B)
----README.md(4KB)
----example.png(33KB)
----.gitignore(33B)
----index.js(85B)
----package-lock.json(188KB)
----package.json(2KB)

网友评论