Khizar Aziz
Khizar Aziz
i dont understand, should this work? ``` constructor(props) { super(props); this._scroll = React.createRef(); }. ... { this._scroll.current = ref; }} > .... this._scroll.scrollToEnd(); ``` coz for me, it says `Cannot...
yes i tried that as well. the `_scroll` in my code is set to ``` { current: null } ``` which i think means that the ref is not set?...
@slorber thanks for the help, i am very new to React Native and might be doing something stupid but this is not working for me. I am staying on the...
if it helps, i would add here what i am actually trying to achieve. So i have a form that is wrapped in this component and when its valid, i...
okay thanks, i will try and reproduce it there later and in the meantime, post back if i find a solution. thanks.
has anyone found some workaround or the reason for this?