@saltware/fidbek-react-native 0.1.4 → 0.1.5

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
@@ -108,7 +108,7 @@ npx react-native start --reset-cache
108
108
 
109
109
  ### Android crash: `NoClassDefFoundError androidx.viewbinding.ViewBinding`
110
110
 
111
- Use `@saltware/fidbek-react-native@0.1.3+` and clean build:
111
+ Use `@saltware/fidbek-react-native@0.1.5+` and clean build:
112
112
 
113
113
  ```bash
114
114
  cd android
@@ -123,7 +123,7 @@ Call `open()` after app is foreground/resumed and after initial render cycle.
123
123
 
124
124
  ## Release Notes
125
125
 
126
- ### 0.1.3
126
+ ### 0.1.5
127
127
 
128
- - Refreshed bundled native artifacts (Android AAR + iOS XCFramework).
129
- - Restored automatic screenshot capture in native feedback open flow.
128
+ - Updated bundled native binaries to Fidbek SDK `0.1.5` (Android + iOS).
129
+ - Includes latest native feedback UI/media flow improvements.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saltware/fidbek-react-native",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "React Native TurboModule bridge for Fidbek mobile SDK (New Architecture only)",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",