Michael Tom
Michael Tom
I had this problem trying to follow the manual instructions as well, but solved it buy just installing react-native-spinkit with Cocoapods (like the rest of my react-native libraries) [Yeouchien's pull...
There's probably a better way of doing this, but I made a swift extension with an @objc annotation, and a wrapper function: ``` import CHIPageControl @objc extension CHIBasePageControl { func...
@chrisfisher I'm trying to fix this right now, and I was wondering how/why [this commit](https://github.com/chrisfisher/react-native-directed-scrollview/commit/767081ef8c242e30b08abe703d98deafc9e548f1) fixed the previous scrolling bug introduced in 0.52. Thanks for any help!
@alexlevy0 Also, which specific problems are you having? Just the contentsize change not being propgated, or jerky movement on mount, or both?
Ok guys, I just [made a small fix](https://github.com/MichaelDanielTom/react-native-directed-scrollview/commit/0d70baca9d634065fc4c124f73250fa2a63a3c6c) that should resolve most bugs - I'm not sure what the behavior is on Android yet, nor if this works in all...
Any reason not to merge this? Seems like this should be the desired behavior, and it's still relevant given [this](https://github.com/jazzband/django-constance/issues/348).
Not exactly the same but hopefully this is helpful: I was having a related issue with react-native-paper's `Menu` component, where if you closed the popover menu in a component, and...
Update: Looks like this issue is related to [Hermes](https://reactnative.dev/docs/hermes), since when running with V8 (which the chrome debugger uses) or with JavaScriptCore (which RN on iOS uses, and Android if...
Just made [this minimal repo](https://github.com/MichaelDanielTom/ReduxWebsocketMinimalBugExample) where I did `react-native init`, yarn added redux-websocket, imported it at the top of `App.js`, enabled hermes, and then ran it on Android, and it...
> Hi guys, > I had the same BUG using version 1.2.3, to solve it momentarily I needed to deactivate hermes. > @MichaelDanielTom how had you fixed it? Hey SystemBlad,...