rn_credit_card_flip
v1.0.1
Published
A react native component to add card details with flip animation
Downloads
4
Maintainers
Readme
rn_credit_card_flip
A react native package to enter the users credit card details with the flip animation to enter rear details.
Get Started
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
Usage :
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.
Demonstrations
https://github.com/Shehan-lakshitha/rn_credit_card_flip/assets/90453471/8032440c-93ff-4da5-9588-fc085a648762
Contributions
All contributions are kindly welecomed.