pzatorski / react-native-reanimated-flip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REACT-NATIVE-REANIMATED-FLIP

Install

    yarn add react-native-flip

Usage

<FlipCard
  side={0}
  rotate="Y"
  front={<Text>Front component</Text>}
  back={<Text>Back component</Text>}
/>

for more context see the example app.

About


Languages

Language:TypeScript 77.7%Language:JavaScript 22.3%