@hoddy-ui/core 2.5.8 → 2.5.9

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/next/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoddy-ui/next",
3
- "version": "2.0.49",
3
+ "version": "2.0.51",
4
4
  "description": "Core rich react native components written in typescript, with support for expo-router",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoddy-ui/core",
3
- "version": "2.5.8",
3
+ "version": "2.5.9",
4
4
  "description": "Core rich react native components written in typescript",
5
5
  "main": "index.ts",
6
6
  "repository": {
@@ -143,7 +143,7 @@ export const Popup: React.FC<PopupProps> = ({
143
143
  <UIThemeProvider>
144
144
  <KeyboardAvoidingView
145
145
  style={styles.keyboardView}
146
- behavior={Platform.OS === "ios" ? "padding" : undefined}
146
+ behavior={Platform.OS === "ios" ? "padding" : "height"}
147
147
  keyboardVerticalOffset={keyboardVerticalOffset}
148
148
  >
149
149
  <TouchableWithoutFeedback onPress={Keyboard.dismiss}>
@@ -161,7 +161,7 @@ export const Popup: React.FC<PopupProps> = ({
161
161
  layout={LinearTransition}
162
162
  >
163
163
  <Animated.View
164
- layout={LinearTransition}
164
+ // layout={LinearTransition}
165
165
  style={styles.container}
166
166
  >
167
167
  {!bare && (