react-crud-mobile 1.3.181 → 1.3.182

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.
@@ -2426,7 +2426,7 @@ function SafeView(props) {
2426
2426
  behavior: reactNative.Platform.OS === 'ios' ? 'padding' : 'height',
2427
2427
  style: {
2428
2428
  flex: 1,
2429
- justifyContent: 'center'
2429
+ justifyContent: 'flex-start'
2430
2430
  },
2431
2431
  children: /*#__PURE__*/jsxRuntime.jsx(reactNative.TouchableWithoutFeedback, {
2432
2432
  onPress: dismissKeyboard,