react-native-mytatva-rn-sdk 1.2.99 → 1.3.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.
@@ -0,0 +1,9 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <shape xmlns:android="http://schemas.android.com/apk/res/android"
3
+ android:shape="rectangle">
4
+ <solid android:color="#EEF4FF" />
5
+ <corners android:radius="15dp" />
6
+ <stroke
7
+ android:width="1dp"
8
+ android:color="#C7D7FE" />
9
+ </shape>
@@ -198,6 +198,8 @@
198
198
  <string name="qr_wrong">The QR code version is wrong, please scan another QR code.</string>
199
199
  <string name="verification_fail">verification failed</string>
200
200
  <string name="txt_provide_camera_permisison"><u>Provide Camera Permissions</u></string>
201
+ <string name="txt_cant_scan_sensor_qr">Can\'t scan the sensor QR?</string>
202
+ <string name="txt_enter_id_manually"><u>Enter ID Manually</u></string>
201
203
  <string name="txt_know_more"><u>Know More</u></string>
202
204
  <string name="txt_open_setting"><u>Open System Settings</u></string>
203
205
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-mytatva-rn-sdk",
3
- "version": "1.2.99",
3
+ "version": "1.3.0",
4
4
  "description": "a package to inject data into visit health pwa",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",