Darran Kelinske
Darran Kelinske
You can fork it and make bug fixes on your fork
I put a fork with the podspec fix here: https://github.com/fivestars/react-native-interactable You can reference it in your package.json like this: ` "react-native-interactable": "git+https://[email protected]:fivestars/react-native-interactable.git#master"`
I had this issue and I think it was because the change listener was never being unregistered in componentWillUnmount because componentWillUnmount was never called. Fixed it with the solutoin here:...
Do you all have the following code ever called during your testing? ``` componentWillUnmount() { AppState.removeEventListener("change", this._handleAppStateChange); } ```
How did you resolve it?
https://stackoverflow.com/a/54464135/3268303
We are noticing significant android performance issues with around 20 custom markers. Has anyone found any solutions/workarounds?
Solution: Native development This did help us a little though: `tracksViewChanges={false}`
Thank you for the PR - there are a couple of merge conflicts. Appreciate you making this PR!
Is this a reasonable PR?