@saltware/fidbek-react-native 0.2.0 → 0.2.1
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 +6 -1
- package/fidbek-react-native.podspec +1 -1
- package/package.json +2 -2
- /package/ios/{FidbekSDKResources.bundle → FidbekSDK_FidbekSDK.bundle}/Info.plist +0 -0
- /package/ios/{FidbekSDKResources.bundle → FidbekSDK_FidbekSDK.bundle}/en.lproj/Localizable.strings +0 -0
- /package/ios/{FidbekSDKResources.bundle → FidbekSDK_FidbekSDK.bundle}/tr.lproj/Localizable.strings +0 -0
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.2.
|
|
111
|
+
Use `@saltware/fidbek-react-native@0.2.1+` and clean build:
|
|
112
112
|
|
|
113
113
|
```bash
|
|
114
114
|
cd android
|
|
@@ -123,6 +123,11 @@ Call `open()` after app is foreground/resumed and after initial render cycle.
|
|
|
123
123
|
|
|
124
124
|
## Release Notes
|
|
125
125
|
|
|
126
|
+
### 0.2.1
|
|
127
|
+
|
|
128
|
+
- Fixed iOS runtime crash caused by resource bundle name mismatch.
|
|
129
|
+
- iOS localization bundle is now packaged as `FidbekSDK_FidbekSDK.bundle`.
|
|
130
|
+
|
|
126
131
|
### 0.2.0
|
|
127
132
|
|
|
128
133
|
- Updated bundled native binaries to Fidbek SDK `0.2.0` (Android + iOS).
|
|
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
|
|
|
17
17
|
|
|
18
18
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
|
19
19
|
s.vendored_frameworks = "ios/FidbekSDK.xcframework"
|
|
20
|
-
s.resources = "ios/
|
|
20
|
+
s.resources = "ios/FidbekSDK_FidbekSDK.bundle"
|
|
21
21
|
|
|
22
22
|
if respond_to?(:install_modules_dependencies, true)
|
|
23
23
|
install_modules_dependencies(s)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saltware/fidbek-react-native",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
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",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"ios/FidbekReactNative.mm",
|
|
16
16
|
"ios/FidbekReactNativeBridge.swift",
|
|
17
17
|
"ios/FidbekSDK.xcframework",
|
|
18
|
-
"ios/
|
|
18
|
+
"ios/FidbekSDK_FidbekSDK.bundle",
|
|
19
19
|
"fidbek-react-native.podspec",
|
|
20
20
|
"react-native.config.js",
|
|
21
21
|
"app.plugin.js"
|
|
File without changes
|
/package/ios/{FidbekSDKResources.bundle → FidbekSDK_FidbekSDK.bundle}/en.lproj/Localizable.strings
RENAMED
|
File without changes
|
/package/ios/{FidbekSDKResources.bundle → FidbekSDK_FidbekSDK.bundle}/tr.lproj/Localizable.strings
RENAMED
|
File without changes
|