@convep_mobilogy/react-native-qms-plugin 0.13.5 → 0.13.6

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.
package/README.md CHANGED
@@ -139,7 +139,7 @@ const styles = StyleSheet.create({
139
139
  - `onClose` (`(event?) => void`): Called when dashboard exits.
140
140
  - `onAnalyticsScreen` (`(screenName?, screenClass?) => void`): Screen tracking callback.
141
141
  - `onAnalyticsEvent` (`(eventName?, params?) => void`): Event tracking callback.
142
- - `themeColor`, `headerIconColor`, `accentColor` (`string`): Theme overrides.
142
+ - `themeColor`, `headerThemeColor`, `accentColor` (`string`): Theme overrides.
143
143
  - `fontFamily` (`string`): Custom font family.
144
144
  - `payload` (`Record<string, unknown> | null`): Optional data payload.
145
145
 
@@ -75,7 +75,7 @@ dependencies {
75
75
  implementation "com.facebook.react:react-android"
76
76
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
77
77
  implementation 'com.facebook.react:react-native:+'
78
- implementation "com.convep.qms:qms-plugin:1.16.3"
78
+ implementation "com.convep.qms:qms-plugin:1.16.4"
79
79
 
80
80
  implementation 'androidx.appcompat:appcompat:1.6.1'
81
81
 
@@ -8,32 +8,32 @@
8
8
  <key>BinaryPath</key>
9
9
  <string>QmsPluginFramework.framework/QmsPluginFramework</string>
10
10
  <key>LibraryIdentifier</key>
11
- <string>ios-arm64_x86_64-simulator</string>
11
+ <string>ios-arm64</string>
12
12
  <key>LibraryPath</key>
13
13
  <string>QmsPluginFramework.framework</string>
14
14
  <key>SupportedArchitectures</key>
15
15
  <array>
16
16
  <string>arm64</string>
17
- <string>x86_64</string>
18
17
  </array>
19
18
  <key>SupportedPlatform</key>
20
19
  <string>ios</string>
21
- <key>SupportedPlatformVariant</key>
22
- <string>simulator</string>
23
20
  </dict>
24
21
  <dict>
25
22
  <key>BinaryPath</key>
26
23
  <string>QmsPluginFramework.framework/QmsPluginFramework</string>
27
24
  <key>LibraryIdentifier</key>
28
- <string>ios-arm64</string>
25
+ <string>ios-arm64_x86_64-simulator</string>
29
26
  <key>LibraryPath</key>
30
27
  <string>QmsPluginFramework.framework</string>
31
28
  <key>SupportedArchitectures</key>
32
29
  <array>
33
30
  <string>arm64</string>
31
+ <string>x86_64</string>
34
32
  </array>
35
33
  <key>SupportedPlatform</key>
36
34
  <string>ios</string>
35
+ <key>SupportedPlatformVariant</key>
36
+ <string>simulator</string>
37
37
  </dict>
38
38
  </array>
39
39
  <key>CFBundlePackageType</key>
@@ -46,7 +46,7 @@
46
46
  </data>
47
47
  <key>en.json</key>
48
48
  <data>
49
- Ry/FFff6/ev6flHJfiMNjqb2p44=
49
+ 9dfRIeGWHQCJ9e9G6MxIlTbem0E=
50
50
  </data>
51
51
  </dict>
52
52
  <key>files2</key>
@@ -118,7 +118,7 @@
118
118
  <dict>
119
119
  <key>hash2</key>
120
120
  <data>
121
- KRkeHbCh6nxgX1aMuI5wk9LaTLP7ayyORBAEyscCDNg=
121
+ 0pRsdIhOyWVP33FRwrMBjgW4ePLEKfcIclu8/4nQa18=
122
122
  </data>
123
123
  </dict>
124
124
  </dict>
@@ -18,7 +18,7 @@
18
18
  "DASHBOARD": "Dashboard",
19
19
  "PLAN_VIEWER": "Plan Viewer",
20
20
  "LISTING": "Listing",
21
- "ISSUES": "Issue(s)",
21
+ "ISSUES": "Issues",
22
22
  "ISSUE": "Issue",
23
23
  "NEW": "New",
24
24
  "WIP": "W.I.P",
@@ -46,7 +46,7 @@
46
46
  </data>
47
47
  <key>en.json</key>
48
48
  <data>
49
- Ry/FFff6/ev6flHJfiMNjqb2p44=
49
+ 9dfRIeGWHQCJ9e9G6MxIlTbem0E=
50
50
  </data>
51
51
  </dict>
52
52
  <key>files2</key>
@@ -118,7 +118,7 @@
118
118
  <dict>
119
119
  <key>hash2</key>
120
120
  <data>
121
- KRkeHbCh6nxgX1aMuI5wk9LaTLP7ayyORBAEyscCDNg=
121
+ 0pRsdIhOyWVP33FRwrMBjgW4ePLEKfcIclu8/4nQa18=
122
122
  </data>
123
123
  </dict>
124
124
  </dict>
@@ -18,7 +18,7 @@
18
18
  "DASHBOARD": "Dashboard",
19
19
  "PLAN_VIEWER": "Plan Viewer",
20
20
  "LISTING": "Listing",
21
- "ISSUES": "Issue(s)",
21
+ "ISSUES": "Issues",
22
22
  "ISSUE": "Issue",
23
23
  "NEW": "New",
24
24
  "WIP": "W.I.P",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convep_mobilogy/react-native-qms-plugin",
3
- "version": "0.13.5",
3
+ "version": "0.13.6",
4
4
  "description": "To handle defect managment",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",