@applicaster/zapp-react-native-ui-components 15.0.0-rc.138 → 15.0.0-rc.139
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.
|
@@ -81,7 +81,7 @@ export const useGetProgressViewOffset = () => {
|
|
|
81
81
|
}
|
|
82
82
|
};
|
|
83
83
|
|
|
84
|
-
export function RefreshControl() {
|
|
84
|
+
export function RefreshControl(props) {
|
|
85
85
|
const screenData = useCurrentScreenData();
|
|
86
86
|
|
|
87
87
|
const { refreshing, onRefresh } = usePullToRefresh(
|
|
@@ -190,6 +190,7 @@ export function RefreshControl() {
|
|
|
190
190
|
|
|
191
191
|
return (
|
|
192
192
|
<RNRefreshControl
|
|
193
|
+
{...props}
|
|
193
194
|
refreshing={refreshing}
|
|
194
195
|
onRefresh={onRefreshHandler}
|
|
195
196
|
colors={[preparedIndicatorColor]}
|
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.
|
|
3
|
+
"version": "15.0.0-rc.139",
|
|
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.
|
|
32
|
-
"@applicaster/zapp-react-native-bridge": "15.0.0-rc.
|
|
33
|
-
"@applicaster/zapp-react-native-redux": "15.0.0-rc.
|
|
34
|
-
"@applicaster/zapp-react-native-utils": "15.0.0-rc.
|
|
31
|
+
"@applicaster/applicaster-types": "15.0.0-rc.139",
|
|
32
|
+
"@applicaster/zapp-react-native-bridge": "15.0.0-rc.139",
|
|
33
|
+
"@applicaster/zapp-react-native-redux": "15.0.0-rc.139",
|
|
34
|
+
"@applicaster/zapp-react-native-utils": "15.0.0-rc.139",
|
|
35
35
|
"fast-json-stable-stringify": "^2.1.0",
|
|
36
36
|
"promise": "^8.3.0",
|
|
37
37
|
"url": "^0.11.0",
|