GitXplorerGitXplorer
d

react-native-flip-view-next

public
13 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
1c9416bc365cb4a64f4e495215b95aec53270d10

Merge pull request #1 from SadiqUltra/patch-1

ddgladkov committed 7 years ago
Unverified
8825b66cbcad7d411bfdf0f2b4bc62e33d90e01e

Installation Fix

SSadiqUltra committed 7 years ago
Unverified
111657f6f3032e7ee5c4ddd83ef32b76b51e2214

initial commit

ddgladkov committed 7 years ago

README

The README file for this repository.

react-native-flip-view-next

React Native component that can flip between front and back views.

Based on https://github.com/kevinstumpf/react-native-flip-view

Differences from react-native-flip-view

  • Works around missing backfaceVisibility support on Android. (see react-native#9718)
  • Updated for React 16
  • Uses single Animated.Value for opacity and rotation on both sides.
  • Animation uses native driver.

Installation

$ npm install react-native-flip-view-next

Usage

See https://github.com/kevinstumpf/react-native-flip-view