Socket
Socket
Sign inDemoInstall

react-native-flip-card-view

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-flip-card-view - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

FlipCard.js

@@ -49,3 +49,3 @@ import React from "react";

return (
<TouchableOpacity onPress={this._flipToggleCard.bind(this)} style={styles.animatedContainer}>
<TouchableOpacity onPress={this._flipToggleCard} style={styles.animatedContainer}>
<Animated.View

@@ -52,0 +52,0 @@ style={[styles.animatedContainer,{transform: [{rotateX}]}]}>

@@ -7,3 +7,3 @@ {

},
"version": "0.0.1",
"version": "0.0.2",
"description": "An animated flip card component for React Native",

@@ -10,0 +10,0 @@ "main": "index.js",

@@ -7,3 +7,3 @@ # react-native-flip-card-view

```sh
npm install react-native-flip-card
npm install --save react-native-flip-card-view
```

@@ -15,4 +15,4 @@

import React, {Component} from "react";
import {View} from "react-native";
import FlipCard from "ReactNativeFlipCard"
import {View,Text} from "react-native";
import FlipCard from "react-native-flip-card-view"

@@ -19,0 +19,0 @@ export default class Demo extends Component {

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