EricH
EricH
We initially tried clearing the cache, but it quickly became painful as it would require going into CircleCI projects settings every time we patched a package. Additional, after we go...
Import this lib like the example does. ``` import * as tus from "tus-js-client"; ```
Thank you for pushing this fix so quickly! I'm running 0.7.16 which should have fixed this issue with #217, but I am still seeing the same error as above. Let...
@bguaitanele I found the same issue you did, took a couple minutes to fix. [gist here](https://gist.github.com/jehartzog/dcff6e013b4ef840c0c7b651da6a207b).
While my first revision fix the hard crash issues, I was still getting some propType warnings and other console spam. I revised the above gist to clear those, and cleaned...
@zyslife Thanks for putting that together. In this case, I'm hoping to add the functionality as an optional inclusion to `react-native-tab-view` as I think that will help the larger base...
@alexco2 Yes, that is what I saw. I only looked for ~10 minutes into it, as I suspected the `scrollToLocation` would be more complicated due to being dependent on what...
We've been using the code based on this PR successfully in our prod app for a while, but going forward I'd probably pickup the outside packages published by #1096 rather...
[This patch](https://gist.github.com/jehartzog/7dd4587416786aa6d432948691fd7a3b) will apply the fix that @maheshwarimrinal recommended. This fix worked for us, thanks @maheshwarimrinal !.
We are seeing this with ``` "@iterable/react-native-sdk": "1.0.26" "react-native": "0.64.1", ``` I also tried version `1.0.28`, on both iOS and Android. Never got a url to open after push from...