Nihar Rupareliya

Results 4 issues of Nihar Rupareliya

**Using:** "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native": "0.67.4" **Replicated with:** iOS and Android devices. **Code:** ``` const scrollToInput = React.useCallback((reactNode: number | null) => { currentInputScroll.current._internalFiberInstanceHandleDEV.memoizedProps.scrollToFocusedInput( reactNode, ); }, []); (currentInputScroll.current = ref)}>...

**Describe the bug** trying to implement Themis on my react native app with below environment is causing the build to fail immediately as soon as I press Build on XCode...

## Description Changing date after initial load sometimes brings user back to the current date with the "onDateChanged" updateSource "**_weekScroll_**". it first fires updateSource of type "**_dayPress_**" (which is correct)...

Hi there, I was wondering if there is a way to delete the database or drop it or something like that? Or would I have to go and manually delete...