Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-cardverify
and add RNCardVerify.xcodeproj
libRNCardVerify.a
to your project's Build Phases
➜ Link Binary With Libraries
Cmd+R
android/app/build.gradle
:android/settings.gradle
:android/app/src/main/java/[...]/MainApplication.java
import com.getbouncer.RNCardVerifyPackage;
to the imports at the top of the filenew RNCardVerifyPackage()
to the list returned by the getPackages()
method