@applicaster/zapp-react-native-ui-components 13.0.0-rc.80 → 13.0.0-rc.81

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.
@@ -105,6 +105,11 @@ const defaultProps = {
105
105
  alignItems: "center",
106
106
  justifyContent: "center",
107
107
  },
108
+ focusedButton: {
109
+ backgroundColor: "#3a3a3a",
110
+ borderColor: "#ffffff",
111
+ borderWidth: 2,
112
+ },
108
113
  buttonText: {
109
114
  fontFamily: platformSelect({
110
115
  ios: "SFProText-Medium",
@@ -116,6 +121,9 @@ const defaultProps = {
116
121
  color: "rgba(255, 255, 255, 1)",
117
122
  textTransform: "uppercase",
118
123
  },
124
+ focusedText: {
125
+ color: "#ffffff",
126
+ },
119
127
  },
120
128
  };
121
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-ui-components",
3
- "version": "13.0.0-rc.80",
3
+ "version": "13.0.0-rc.81",
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",
@@ -31,10 +31,10 @@
31
31
  "redux-mock-store": "^1.5.3"
32
32
  },
33
33
  "dependencies": {
34
- "@applicaster/applicaster-types": "13.0.0-rc.80",
35
- "@applicaster/zapp-react-native-bridge": "13.0.0-rc.80",
36
- "@applicaster/zapp-react-native-redux": "13.0.0-rc.80",
37
- "@applicaster/zapp-react-native-utils": "13.0.0-rc.80",
34
+ "@applicaster/applicaster-types": "13.0.0-rc.81",
35
+ "@applicaster/zapp-react-native-bridge": "13.0.0-rc.81",
36
+ "@applicaster/zapp-react-native-redux": "13.0.0-rc.81",
37
+ "@applicaster/zapp-react-native-utils": "13.0.0-rc.81",
38
38
  "promise": "^8.3.0",
39
39
  "react-router-native": "^5.1.2",
40
40
  "url": "^0.11.0",