用于 React Native 应用程序的 Swipeable SegmentedControl 组件

时间:2024-06-28 10:05:06
【文件属性】:

文件名称:用于 React Native 应用程序的 Swipeable SegmentedControl 组件

文件大小:891KB

文件格式:ZIP

更新时间:2024-06-28 10:05:06

React Native Awesome Components

react-native-segment-control 演示安装 $ npm install react-native-segment-control --save Example import React from 'react'; import { View, Text, StyleSheet } from 'react-native'; 从'react-native-segment-control'导入SegmentControl; const 一 = () => { 返回 这是第一个视图 ; }; const 二 = () => { 返回 这是第二个视图 ; }; const 段 = [ { 标题:'一',视图:一},{ 标题:'二',视图:二}]; const App = () => { 返回 ( ); }; const 样式 = StyleSheet.create({ container: { flex: 1, backgroundColor: '#F5F7FA', justifyContent: 'center' }, text: { alignSelf: 'cente


【文件预览】:
react-native-segment-control-master
----example()
--------ios()
--------.babelrc(34B)
--------index.js(123B)
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(1KB)
--------package.json(499B)
--------app.json(51B)
--------package-lock.json(334KB)
--------example1.gif(454KB)
--------.gitignore(793B)
--------App.js(931B)
--------.buckconfig(114B)
--------yarn.lock(190KB)
--------example2.gif(385KB)
--------.gitattributes(16B)
----index.js(4KB)
----package.json(654B)
----LICENSE(1KB)
----package-lock.json(369B)
----.gitignore(430B)
----README.md(2KB)

网友评论