@applicaster/zapp-react-native-ui-components 15.0.0-rc.145 → 15.0.0-rc.146

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.
@@ -1,5 +1,4 @@
1
1
  import * as React from "react";
2
- import { View } from "react-native";
3
2
 
4
3
  import { BaseFocusable } from "../BaseFocusable";
5
4
  import { FocusableGroupContextProvider } from "../../Contexts/FocusableGroupContext";
@@ -76,7 +75,7 @@ class FocusableGroup extends BaseFocusable<Props> {
76
75
  const focusableId = `focusable-group-${id}`;
77
76
 
78
77
  return (
79
- <View
78
+ <div
80
79
  id={focusableId}
81
80
  data-testid={focusableId}
82
81
  style={style}
@@ -85,7 +84,7 @@ class FocusableGroup extends BaseFocusable<Props> {
85
84
  <FocusableGroupContextProvider id={id}>
86
85
  {children}
87
86
  </FocusableGroupContextProvider>
88
- </View>
87
+ </div>
89
88
  );
90
89
  }
91
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "15.0.0-rc.145",
3
+ "version": "15.0.0-rc.146",
4
4
  "description": "Applicaster Zapp React Native ui components for the Quick Brick App",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "homepage": "https://github.com/applicaster/quickbrick#readme",
30
30
  "dependencies": {
31
- "@applicaster/applicaster-types": "15.0.0-rc.145",
32
- "@applicaster/zapp-react-native-bridge": "15.0.0-rc.145",
33
- "@applicaster/zapp-react-native-redux": "15.0.0-rc.145",
34
- "@applicaster/zapp-react-native-utils": "15.0.0-rc.145",
31
+ "@applicaster/applicaster-types": "15.0.0-rc.146",
32
+ "@applicaster/zapp-react-native-bridge": "15.0.0-rc.146",
33
+ "@applicaster/zapp-react-native-redux": "15.0.0-rc.146",
34
+ "@applicaster/zapp-react-native-utils": "15.0.0-rc.146",
35
35
  "fast-json-stable-stringify": "^2.1.0",
36
36
  "promise": "^8.3.0",
37
37
  "url": "^0.11.0",