New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

animated-buttons

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animated-buttons

React native is prepared for easy button creation. No button limitation. Just enough to fit the screen

  • 1.0.2
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Animation Buttons

Animated button in React Native. It can be used to get many buttons from a single button.

First install gitpkg:

npm i animated-buttons

or

yarn add animated-buttons

You can use the animated-buttons in your app: All props are optional

      <AnimatedButtons
        mainButtonColor="blue" // default value red
        iconColor="yellow" // default value white
        right={30} // default value 24
        bottom={30} // default value 24
        buttonList={[
          {
            color: '#9b59b6', // default value red
            onPress: () => console.log('1'),
          },
          {
            text: 'Button 2',  // default value empty
            onPress: () => console.log('2'),
          }
        ]}
      />

Keywords

FAQs

Package last updated on 13 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc