This SDK is a bridge between React Native and Fidel's native iOS and Android SDKs. It helps you to add card linking technology to your React Native apps in minutes. It captures credit/debit card numbers securely and links them to your programs.
Our website includes all the React Native SDK documentation.
- Follow the React Native environment setup instructions. The example app is not an Expo app, so please follow the "React Native CLI Quickstart" guide.
- Open the terminal in the "example" folder.
- Install React Native dependencies (which include the Fidel react native library) by running
yarn
in the terminal - To run the iOS example app:
- Switch to the "example/ios" folder in your terminal.
- Run
pod install
to install the Cocoapods project dependencies - Open the
example.xcworkspace
in Xcode - Run the project (eventually, it should open another terminal windown that runs Metro)
- To run the Android example app:
- Open the "example/android" project in Android Studio.
- Open a terminal window in the "example" folder.
- Run the following command to start Metro:
npx react-native start
- Run the project on your preferred emulator/device.
The Fidel API SDKs is in active development, so we welcome your feedback!
Get in touch:
GitHub Issues - For SDK issues and feedback