Andy Cloke
Andy Cloke
I'm using it on my bootstrapped SaaS https://www.influencegrid.com/. It's a TikTok influencer search engine.
I think this is still an issue
@getnashty's solution for a similar issue on [react-native-video](https://github.com/react-native-community/react-native-video) worked for me: `import debounce from 'lodash.debounce';` `onEnd={debounce(this.myFn, 100)}` https://github.com/react-native-community/react-native-video/issues/238#issuecomment-230317033 It's a hack but at least works until this issue is fixed
I'm using it on Influence Grid: https://www.influencegrid.com/