Luke Carelsen
Luke Carelsen
Thank you for getting back to me. I am going to try your suggestion as soon as possible. rock on!
Thank you for getting back to me, I really appreciate it. I thought it wouldn't be the worst thing to refactor and use a Class Component. Concerning your request for...
Hey @brax10ward to answer your question, i am not using createRef(). can you please provide sample code that isnt working, ideally a [https://snack.expo.io/](https://snack.expo.io/) would be awesome? this should do the...
@brax10ward I believe that this is the line where it is created. ` ref={(ref) => (this.flatList = ref)}` The **this** keyword is very confusing, I dont fully understand it myself...
@brax10ward sure here is the entire component [snack example](https://snack.expo.io/@bantinggamer/ref-class-component-example) you can just add ``` ... ``` and it should work exactly the same ``` import React, { Component } from...
> Hi @bantingGamer, > > To be honest, these components were never tested with hooks. They (still) work using a HoC approach and further more will try to hijack the...