Quentin Valmori
Quentin Valmori
thank you @dirwin517. It fixes Chrome 65 but breaks firefox (at least 59) :(
It seems that ng-csv (this one) works again with Chrome 65.
I've some production logs with > "RCTFatalException: Exception '-[UILayoutContainerView bridge]: unrecognized selector sent to instance 0x10051b3b0' was thrown while invoking emitExpiredEvent on target RNFetchBlob with params (\n 277\n) But I...
In fact this is something usual. As the percentage cames from the native side, it uses the RN bridge. This bridge is async. So if a lot of “operations” are...
Yeah with large file it’s pretty smooth. This is exactly what I tried to explain previously. Downloading large file implies that percentage goes up slowly. So you have several seconds...
@GitToTheHub Since you have -already- done the work, can you share it to make a first review possible?
What will be the benefits of compiling to .NET? I see a lot of potentials issues (like the ones you mentioned) and I'm wondering if the gains are worth the...
@mschipperheyn Can you try https://github.com/xinthink/react-native-material-kit/pull/409 plz ?
No plan for supporting typescript ATM
Does Expo support native module now? As we have native code for the ripple effect ...