文件名称:react-native-search-header:基于材料设计模式的易于使用的React Native搜索标头组件
文件大小:1.44MB
文件格式:ZIP
更新时间:2024-05-22 13:56:32
JavaScript
react-native-seach-header 基于材料设计模式的易于使用的React Native搜索标头组件。 安装 $ npm install react-native-search-header --save 例子 要使用搜索标头,您只需导入组件工厂函数以创建可渲染的组件: import React from 'react' ; import { Dimensions , AppRegistry , StyleSheet , View , Text , Button , StatusBar } from 'react-native' ; import SearchHeader from 'react-native-search-header' ; const DEVICE_WIDTH = Dimensions . g
【文件预览】:
react-native-search-header-master
----.gitignore(681B)
----.babelrc(62B)
----.flowconfig(437B)
----.eslintrc(7KB)
----package.json(2KB)
----package-lock.json(427KB)
----assets()
--------icons()
----LICENSE(1KB)
----index.js(1KB)
----search-header.js(63KB)
----README.md(17KB)
----demo()
--------.gitignore(793B)
--------.flowconfig(2KB)
--------package.json(752B)
--------package-lock.json(303KB)
--------.buckconfig(114B)
--------android()
--------.watchmanconfig(2B)
--------ios()
--------index.js(244B)
--------__tests__()
--------Demo.js(10KB)
--------babel.config.js(103B)
--------.gitattributes(16B)
--------app.json(45B)
----demo.gif(1.5MB)
----babel.config.js(92B)
----.npmignore(758B)
----.gitattributes(298B)
----AUTHORS(31B)
----index.d.ts(1KB)