Quentin Valmori

Results 117 comments of Quentin Valmori

Yep for now we only support node 16. We had an internal discussion about node 17 and + since they have changed the DNS resolution (https://github.com/nodejs/node/issues/40537) our current workaround for...

Does your image is rendered inside a ListView ? If yes, take a look at this issue https://github.com/facebook/react-native/issues/1417

Hello @zdimension, thanks for the issue. I just take a look at how we handle the category change: - we map on the `transactions` and we set the new category...

Of course I can explain more my suggestion. Since RN0.38 or 39 don't remember exactly, RN implemented a bridge in order to be able to communicate between the JS inside...

Yep, there is a lot of issues with this demo right now. I'd an updated one [here](https://github.com/Crash--/rnmkDemo/) if you want

Just created : ``` objc - (UIViewController *)visibleViewController:(UIViewController *)rootViewController { if (rootViewController.presentedViewController == nil) { return rootViewController; } if ([rootViewController.presentedViewController isKindOfClass:[UINavigationController class]]) { UINavigationController *navigationController = (UINavigationController *)rootViewController.presentedViewController; UIViewController *lastViewController...

Woa, thanks to the tests I see that this route can be used by a webapp and not only for a konnector. Maybe, in that case, the apps that send...

@nono can you check the latest commit. I changed my mind and I want to get the manifest from the slug if this is a konnector. And then check if...

Oh nice, thanks! I'll try to run & fix the tests.