1

Hello I am working on react native project. Here in this project how should we integrate K-net Payment Integration.

Any SDK's is possible for this please let me give the guidance.

Lavaraju
  • 2,614
  • 7
  • 29
  • 49

1 Answers1

1

you must write a native module more details NativeModule you can use K net sdk in bridge module. Also you can check or clone similar payment libraries like

then about more detail bridge and native module I recommend that blog post

The alternative solution you can open a web view only for payment https://facebook.github.io/react-native/docs/webview (deprecated) => new version supported in the future by react-community https://github.com/react-native-community/react-native-webview

Alex Aymkin
  • 508
  • 1
  • 9
  • 15
errorau
  • 2,121
  • 1
  • 14
  • 38