React Native Button Component screenshot

React Native Button Component

Author Avatar Theme by Jacklam718
Updated: 14 Jul 2019
534 Stars

A Beautiful, Customizable React Native Button component for iOS & Android

Categories

Overview:

The React Native Button Component is a library that provides button components for both iOS and Android platforms. It offers various button types and configurations to enhance the user interface of React Native applications.

Features:

  • Cross-platform Compatibility: Works seamlessly on both iOS and Android platforms.
  • Variety of Button Types: Offers different button types such as buttons with one state or multiple states.
  • Custom Configurations: Allows users to configure buttons with different styles and states.

Installation:

To install the React Native Button Component, follow these steps:

  1. Run the following command to install the library:
    npm install --save react-native-button-component
    
  2. Link the library to your project by running:
    react-native link react-native-button-component
    
    If you encounter any issues with the installation, follow the additional steps below:
    • Open your Xcode project.
    • Navigate to Build Phases -> Link Binary With Libraries.
    • Click the ‘+’ button and select ‘Add Other…’.
    • Locate libART.a under node_modules/react-native/Libraries/ART/ART.xcodeproj.
    • Select libART.a and click ‘Add’.

Summary:

The React Native Button Component library offers a simple yet powerful solution for implementing various button components in React Native applications. With easy installation steps and the flexibility to customize button configurations, developers can enhance the user experience of their mobile apps efficiently.