We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfd8b2 commit 26e7c98Copy full SHA for 26e7c98
src/animated.tsx
@@ -152,7 +152,7 @@ export const KeyboardProvider = (props: KeyboardProviderProps) => {
152
return;
153
}
154
155
- KeyboardControllerNative.synchronizeFocusedInputLayout(viewTag);
+ await KeyboardControllerNative.synchronizeFocusedInputLayout(viewTag);
156
}, []);
157
// memo
158
const context = useMemo<KeyboardAnimationContext>(
0 commit comments