@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.
|
|
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.
|
|
126
|
+
### 0.1.5
|
|
127
127
|
|
|
128
|
-
-
|
|
129
|
-
-
|
|
128
|
+
- Updated bundled native binaries to Fidbek SDK `0.1.5` (Android + iOS).
|
|
129
|
+
- Includes latest native feedback UI/media flow improvements.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED