kitkatMielPineda
kitkatMielPineda
> ``` > const [contentBottom, setContentBottom] = useState(0); > > style={{ > flex: 1, > backgroundColor: Color.white, > }} > keyboardOpeningTime={0} > extraScrollHeight={150} > enableResetScrollToCoords > onKeyboardWillHide={() => setContentBottom(0)} >...
I got a solution on this.. Tested on iPhone 13, iPhone 13 Pro Max, iPhone 6s, iPhone SE (3rd generation) and android. try: ``` import React, {useEffect, useState} from 'react';...
I got a solution on this.. Tested on iPhone 13, iPhone 13 Pro Max, iPhone 6s, iPhone SE (3rd generation) and android. try: ``` import React, {useEffect, useState} from 'react';...