Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-flip-component

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-flip-component - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

4

index.js

@@ -23,3 +23,3 @@ import React, { Component } from 'react';

rotateDuration: 300,
containerStyle: { flex: 1 },
containerStyles: { flex: 1 },
frontStyles: null,

@@ -90,3 +90,3 @@ backStyles: null,

return (
<View style={this.props.containerStyle}>
<View style={this.props.containerStyles}>
<Animated.View

@@ -93,0 +93,0 @@ style={[

{
"name": "react-native-flip-component",
"version": "1.0.1",
"version": "1.0.2",
"description": "Double-sided React component that flips 180 degrees",

@@ -5,0 +5,0 @@ "author": "Phil Mok",

# react-native-flip-component
More details coming soon...
```javascript

@@ -4,0 +6,0 @@ import React, { Component } from 'react';

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