@school24/paymentjs-rn 1.0.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,6 @@
1
1
  # @school24/paymentjs-rn
2
2
 
3
- React Native WebView wrapper for PaymentJS (Adyen Web Drop-in).
4
-
5
- This library allows you to reuse your existing `payment.js` and
6
- `react-test.html` inside a React Native app with a clean, native-friendly API.
3
+ Webview wrapper for paymentjs for use inside School24 projects & react native apps
7
4
 
8
5
  ---
9
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@school24/paymentjs-rn",
3
- "version": "1.0.0",
3
+ "version": "1.2.0",
4
4
  "description": "React Native WebView wrapper for PaymentJS (Adyen)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",