@onekeyfe/react-native-tab-view 1.1.31 → 1.1.32

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.
@@ -604,7 +604,7 @@ class RCTTabViewContainerView: UIView {
604
604
 
605
605
  // MARK: - Icon loading
606
606
 
607
- func setImageLoader(_ loader: RCTImageLoaderProtocol) {
607
+ @objc func setImageLoader(_ loader: RCTImageLoaderProtocol) {
608
608
  self.imageLoader = loader
609
609
  loadIconsFromSources()
610
610
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/react-native-tab-view",
3
- "version": "1.1.31",
3
+ "version": "1.1.32",
4
4
  "description": "Native Bottom Tabs for React Native (UIKit implementation)",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",