@applicaster/zapp-react-native-ui-components 16.0.0-rc.28 → 16.0.0-rc.29

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.
@@ -163,6 +163,7 @@ exports[`componentsMap renders renders components map correctly 1`] = `
163
163
  >
164
164
  <View
165
165
  onLayout={[Function]}
166
+ style={{}}
166
167
  >
167
168
  <View />
168
169
  </View>
@@ -174,6 +175,7 @@ exports[`componentsMap renders renders components map correctly 1`] = `
174
175
  >
175
176
  <View
176
177
  onLayout={[Function]}
178
+ style={{}}
177
179
  />
178
180
  </View>
179
181
  <View
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "16.0.0-rc.28",
3
+ "version": "16.0.0-rc.29",
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": "16.0.0-rc.28",
32
- "@applicaster/zapp-react-native-bridge": "16.0.0-rc.28",
33
- "@applicaster/zapp-react-native-redux": "16.0.0-rc.28",
34
- "@applicaster/zapp-react-native-utils": "16.0.0-rc.28",
31
+ "@applicaster/applicaster-types": "16.0.0-rc.29",
32
+ "@applicaster/zapp-react-native-bridge": "16.0.0-rc.29",
33
+ "@applicaster/zapp-react-native-redux": "16.0.0-rc.29",
34
+ "@applicaster/zapp-react-native-utils": "16.0.0-rc.29",
35
35
  "fast-json-stable-stringify": "^2.1.0",
36
36
  "promise": "^8.3.0",
37
37
  "url": "^0.11.0",