Eric

Results 5 comments of Eric

Thanks for the response! So I'm trying to do something like this: ``` ChildComponent.js: export default const ChildComponent = ({ myRef }) => { return ( {try {myRef = ref...

> @nicoglennon @eric-om > > I'm using it pretty much like this, though Mobx is observable so it might be different with Redux/Context. > > ```js > class MyComponentList extend...

@nicoglennon @creambyemute I wasn't able to get it to work using hooks/context. I also tried experimenting with rxjs but I couldn't figure out how to observe ref. Something that I...

@ChrisRArendt I don't understand it myself and would appreciate if someone could educate me here, but if you don't define flatListRef (ie `let flatListRef;`) and just use it in `onRef={ref=>{...