ordering-ui-react-native 0.18.67 → 0.18.68

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.18.67",
3
+ "version": "0.18.68",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -161,7 +161,7 @@ const ProfileListUI = (props: ProfileParams) => {
161
161
  }, [removeAccountState])
162
162
 
163
163
  return (
164
- <View style={{ flex: 1, height: height - top - bottom, paddingTop: 20 }}>
164
+ <View style={{ flex: 1, height: '100%', paddingTop: 20 }}>
165
165
  <CenterView style={styles.pagePadding}>
166
166
  {user?.photo && !hideProfileImage && (
167
167
  <View style={styles.photo}>
@@ -261,7 +261,7 @@ const ProfileListUI = (props: ProfileParams) => {
261
261
  )}
262
262
  </Actions>
263
263
 
264
- <Actions>
264
+ <Actions style={{ paddingTop: height * .02 }}>
265
265
  {!showLanguages && (
266
266
  <LanguageSelector iconColor={theme.colors.textNormal} pickerStyle={langPickerStyle} />
267
267
  )}