Libraries
➜ Add Files to [your project's name]
node_modules
➜ react-native-cardscan
and add RNCardscan.xcodeproj
libRNCardscan.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.RNCardscanPackage;
to the imports at the top of the filenew RNCardscanPackage()
to the list returned by the getPackages()
method