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

rn-actions-floating-button

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-actions-floating-button - npm Package Compare versions

Comparing version 1.0.9 to 1.1.0

2

actions-floating-button/interfaces.ts

@@ -11,3 +11,3 @@ import {ViewStyle} from "react-native";

actionButtons?: ActionButton[];
mainButton?: ActionButton;
mainButton: ActionButton;
animateMainButton?: boolean;

@@ -14,0 +14,0 @@ style?: ViewStyle;

{
"name": "rn-actions-floating-button",
"version": "1.0.9",
"version": "1.1.0",
"description": "An animated floating button with actions buttons",

@@ -5,0 +5,0 @@ "main": "./actions-floating-button/actions-floating-button.tsx",

@@ -25,6 +25,3 @@ - An animated floating button that reveal and hide actions buttons on click.

]}
// closeButton={{
// id: 0,
// icon: () => <AntDesign name="plus" size={30} color="#FFFF" />,
// }}
/>

@@ -45,3 +42,5 @@ ```

| ----- | ----------------- | ------- |
| actionButtons | ActionButton[]|
| closeButton | ActionButton|
| actionButtons?| ActionButton[]|
| mainButton|ActionButton|
| animateMainButton?| boolean|
| style?| ViewStyle|

Sorry, the diff of this file is not supported yet

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