Skip to content

Commit

Permalink
fix package upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham1206agra committed Oct 9, 2023
1 parent f9717fd commit 1660875
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "2.12.0",
"react-native-google-places-autocomplete": "2.5.5",
"react-native-google-places-autocomplete": "2.5.6",
"react-native-haptic-feedback": "^1.13.0",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-image-picker": "^5.1.0",
Expand Down
14 changes: 6 additions & 8 deletions src/components/AddressSearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,14 +294,12 @@ function AddressSearch(props) {
)
}
listLoaderComponent={
props.network.isOffline ? null : (
<View style={[styles.pv4]}>
<ActivityIndicator
color={themeColors.spinner}
size="small"
/>
</View>
)
<View style={[styles.pv4]}>
<ActivityIndicator
color={themeColors.spinner}
size="small"
/>
</View>
}
renderHeaderComponent={() =>
!props.value &&
Expand Down

0 comments on commit 1660875

Please sign in to comment.