rn-credit-card
No description available.
File Explorer
Download Latest Version (.zip)- assets.json
- card-form-first-low.gif
- card-form-second-low.gif
- demo.gif
- app.json
- App.tsx
- babel.config.js
- package.json
- tsconfig.json
- yarn.lock
- background.png
- mastercard.png
- tape.png
- BackSide.tsx
- FrontSide.tsx
- index.tsx
- PlaceholderText.tsx
- amex.png
- discover.png
- mastercard.png
- visa.png
- amex.json
- amexBlue.json
- discover.json
- mastercard.json
- visa.json
- index.tsx
- Button.tsx
- Conditional.tsx
- CreditCardForm.test.tsx
- CreditCardForm.tsx
- FormCard.tsx
- FormTextField.tsx
- Text.tsx
- TextField.tsx
- formatters.test.ts
- formatters.ts
- translations.ts
- index.ts
- LibraryContext.ts
- types.ts
- .eslintrc.js
- .gitignore
- .npmignore
- .prettierrc.js
- babel.config.js
- LICENCE
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/halilb/rn-credit-card
Downloads the entire project code from GitHub to your computer.
cd rn-credit-card
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install rn-credit-card
Downloads and installs the libraries listed in package.json.
yarn add rn-credit-card
Type this command into your terminal and run it.
npm install react-hook-form
Downloads and installs the libraries listed in package.json.
yarn add react-hook-form
Type this command into your terminal and run it.
npm install rn-credit-card@0.2.0
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
