ordering-ui-react-native 0.13.0 → 0.13.1

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.13.00",
3
+ "version": "0.13.01",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -139,7 +139,7 @@ export const ProductOptionsUI = (props: any) => {
139
139
  return (
140
140
  <KeyboardAvoidingView
141
141
  style={{ flex: 1 }}
142
- behavior={'height'}
142
+ behavior={Platform.OS ? 'padding' : 'height'}
143
143
  enabled={Platform.OS === 'ios'}
144
144
  >
145
145
  <ScrollView style={styles.mainContainer}>