react-native-flip-component
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6026
41