A react native package to enter the users credit card details with the flip animation to enter rear details.
Install react reanimated package
npm i react-native-reanimated`
# or if you're using yarn :
yarn i react-native-reanimated`
Install the package by
npm i rn_credit_card_flip
# or if you're using yarn :
yarn i rn_credti_card_flip
import CreditCard from "rn_credit_card_flip";
export default function Example(){
return (
<CreditCard/>
)
}
You can also directly use the code for more dynamic changes and approches.
rn_card.mp4
All contributions are kindly welcomed.