mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:33:26 +00:00
fix: adjust bar height over keyboard
This commit is contained in:
@@ -46,7 +46,7 @@ export default function SearchScreen() {
|
|||||||
"keyboardWillShow",
|
"keyboardWillShow",
|
||||||
(e) => {
|
(e) => {
|
||||||
translateY.value = withTiming(
|
translateY.value = withTiming(
|
||||||
-(e.endCoordinates.height - 110), // determines the height of the Searchbar above keyboard, use Platform.select to adjust value if needed
|
-(e.endCoordinates.height - 100), // determines the height of the Searchbar above keyboard, use Platform.select to adjust value if needed
|
||||||
{
|
{
|
||||||
duration: e.duration ?? 250, // duration always returns 0 on Android, adjust value if needed
|
duration: e.duration ?? 250, // duration always returns 0 on Android, adjust value if needed
|
||||||
easing: Easing.out(Easing.ease),
|
easing: Easing.out(Easing.ease),
|
||||||
|
Reference in New Issue
Block a user