PayTabs SDK makes the integration with the PayTabs payment gateway very easy by providing a ready-made payment screen that handles the card entry and, billing & shipping information and completes the missing details.

 

In this article, we will walk you through how to upgrade this SDK, as clarified below:

For the version number, please use the latest version according to our latest update on our repository


React native Paytabs library is a wrapper for the native PayTabs Android and iOS SDKs. It helps you integrate with PayTabs seamlessly. To upgrade the PayTabs SDK that has been built in your project, specify it in your dependencies file located in your project root directory under the name of "package.json"- with the new SDK version you want to upgrade to:


"dependencies": {
    "@paytabs/react-native-paytabs": "^X.X.X"
  }


After that, you will need to run the below command line:

npm update --save

Or


Just run the below command line to upgrade to the latest version:

npm install @paytabs/react-native-paytabs@latest --save --force









⌂ To get familiar with the whole process and the other steps, kindly navigate to our "The React Native SDK Integration Manual" solution article. 

And to get familiar with the rest of the steps regarding the current step "Step 1 - Setup and activate the integration method" click here.

Or you can navigate to the next step in the process "Step 2 - Configure the integration method" kindly click here.