Skip to main content

Installation

Prerequisites

This library requires react-native-svg to be installed and configured in your project:

# Install react-native-svg
npm install react-native-svg
# or
yarn add react-native-svg

# expo
bunx expo install react-native-svg

For React Native 0.60+, run npx pod-install (iOS only) after installation.

Installing the Package

npm install react-native-payment-card-icons
# or
yarn add react-native-payment-card-icons
# or
bun add react-native-payment-card-icons