
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
react-native-flip-card
Advanced tools
The card component which has a motion of flip for React Native(iOS/Android)
The card component which have motion of flip for React Native(iOS/Android)

npm i react-native-flip-card
import FlipCard from 'react-native-flip-card'
<FlipCard>
{/* Face Side */}
<View style={styles.face}>
<Text>The Face</Text>
</View>
{/* Back Side */}
<View style={styles.back}>
<Text>The Back</Text>
</View>
</FlipCard>
<FlipCard
style={styles.card}
friction={6}
perspective={1000}
flipHorizontal={true}
flipVertical={false}
flip={false}
clickable={true}
onFlipEnd={(isFlipEnd)=>{console.log('isFlipEnd', isFlipEnd)}}
>
{/* Face Side */}
<View style={styles.face}>
<Text>The Face</Text>
</View>
{/* Back Side */}
<View style={styles.back}>
<Text>The Back</Text>
</View>
</FlipCard>
Default: falseIf you change default display side, you can set true to this param. If you change side, you can pass bool variable dynamically.
Default: trueIf you want to disable click a card, you can set false to this param.
Default: 6The friction of card animation
Default: 0The amount of perspective applied to the flip transformation
Default: falseIf you set true, a card flip to horizontal.

Default: trueIf you set false, a card not flip to vertical. If you set true both flipHorizontal and flipVertical , a card flip to diagonal.
| vertical | diagnoal |
|---|---|
![]() | ![]() |
(isFlipStart) => {}When a card starts a flip animation, call onFlipEnd function with param.
(isFlipEnd) => {}When a card finishes a flip animation, call onFlipEnd function with param.
Default:falseIf you pass true to alignHeight param, the card keep height of bigger side.
Default:falseIf you pass true to alignWidth param, the card keep width of bigger side.
Default:falseIf you pass true to useNativeDriver param, the card animation will utilize the native driver.
Inspired by react-flipcard
MIT
FAQs
The card component which has a motion of flip for React Native(iOS/Android)
The npm package react-native-flip-card receives a total of 7,814 weekly downloads. As such, react-native-flip-card popularity was classified as popular.
We found that react-native-flip-card demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.