Fahad Hussain

Results 5 comments of Fahad Hussain

Kindly resolve this issue. I am using version 3.2.2 and I am also facing this issue

Ok so i removed the warning. You have to pass a key prop to the li tag in the page button render method. There is one more prop of "title"...

Instead of updating content in onChange props try using onblur setContent(newContent)} // preferred to use only this option to update the content for performance reasons onChange={newContent => {}} />

> > @satya164 thanks! > > As I'm still using `unmountOnBlur` I've made some changes: > > ``` > > function useResetScreenOnBlur() { > > const navigation = useNavigation() >...