react native floating button component graphic tutorial

php中世界最好的语言
Release: 2018-04-20 10:14:33
Original
2359 people have browsed it

This time I will bring you the react native floating button grouppicture and text tutorial, what are theprecautionswhen using the react native floating button component, the following is a practical case, let's go together take a look.

React Native floating button component: react-native-action-button, a pure JS component, supports Android and IOS dual platforms, supports setting sub-buttons, and supports custom positions, styles and icons.

Rendering

Installation method

npm i react-native-action-button --save react-native link react-native-vector-icons
Copy after login
Because the react-native-vector-icons icon component is used, a link needs to be made. If you have already used react-native-vector-icons in your project, this step is not required.

Sample code

  悬浮按钮组件示例    console.log("notes tapped!")}>    {}}>    {}}>     { alert('你点了我!')}} renderIcon={() => ( 新增 )} /> 
Copy after login

Main parameter description

ActionButton

  1. size: The size of the button, the default is 56

  2. active: Whether to display the button

  3. position: The position of the button, which can be left center right

  4. offsetX: The offset position on the X axis

  5. offsetY : Offset position on the Y axis

  6. onPress : Click

    event

  7. onLongPress : Long press event

  8. buttonText: Button title

  9. verticalOrientation: The direction of the pop-up button, up or down

  10. renderIcon: Yes Customize the button display style. The default is a plus sign

ActionButton.Item

  1. size: the size of the button , the default is 56

  2. title: button title

  3. buttonColor: button color

  4. onPress: Click event

Full example

Full code: GitHub - forrest23/ReactNativeComponents: React Native component collection

This sample code is in the Component10 folder.

Component address

GitHub - mastermoo/react-native-action-button: customizable multi-action-button component for react-native

I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the php Chinese website!

Recommended reading:

Detailed explanation of using webpack hot module replacement

JS crawling page scroll bar

Detailed explanation of the use of three types of $() in jQuery

Summary of JS sorting algorithm

The above is the detailed content of react native floating button component graphic tutorial. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!