ordering-ui-react-native 0.16.87 → 0.16.88

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.16.87",
3
+ "version": "0.16.88",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -365,7 +365,7 @@ export const BusinessListingSearchUI = (props: BusinessSearchParams) => {
365
365
  </View>
366
366
  </Placeholder>
367
367
  <Placeholder style={{ paddingHorizontal: 5, bottom: 10 }} Animation={Fade}>
368
- <View style={{ flexDirection: 'row-reverse' }}>
368
+ <View style={{ flexDirection: 'row-reverse', overflow: 'hidden' }}>
369
369
  <PlaceholderLine
370
370
  width={24}
371
371
  height={70}