Chris Frewin

Results 79 comments of Chris Frewin

Same... i was actually surprised the image size this tool could handle, but I finally gave it something like 4500 x 3000 and it was failing. Does anyone know the...

@songyazhao - had to translate to read this :) Are you still using this solution? Incredible that the source code of the `react-beautiful-dnd` library does not first check it exists,...

Back again, ultimately I ended up using `patch-package`, just by modifying the source code to wrap a try / catch around the problem area: ```patch diff --git a/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js b/node_modules/react-beautiful-dnd/dist/react-beautiful-dnd.esm.js index...

@Mihai-github @VanessaCarpes @choijiho0021 - how did you integrate this library with react native?

The suggested solution didn't work for me. While this error appears to come from `react-native-background-timer`, the true culprit, if you look carefully, is `react-native/Libraries/EventEmitter/NativeEventEmitter`, I solved this by adding the...

@sharpkids - other than the JonCooperWorks fork, are there other good forks you found? Because I can't even get a simple stock market buy order to work... I get: ```...

I'm also trying to figure out how to change the track params.

@spences10, I think the original question was about changing the tracking params after certain ones have been set, not how to have having multiple tracking parameters in a stream. After...

Well, we just shipped it with an app with React Native 0.67.2.... we'll find out!

@gcrozariol - I have a colleague telling me that using your `react-native-portalize` solution removes the sliding up and down animation of the bottom sheet (it just appears immediately) Did you...