ordering-ui-react-native 0.17.35 → 0.17.36

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.17.35",
3
+ "version": "0.17.36",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -260,7 +260,7 @@ const BusinessProductsListingUI = (props: BusinessProductsListingParams) => {
260
260
  <Animated.View style={{ position: 'relative' }}>
261
261
  <TopHeader
262
262
  style={{
263
- marginTop: Platform.OS === 'ios' ? insets.top : 40
263
+ marginTop: Platform.OS === 'ios' ? insets.top : 0
264
264
  }}
265
265
  >
266
266
  {!isOpenSearchBar && (