Yanick Bélanger

Results 8 comments of Yanick Bélanger

I think this is possible with a fairly low amount of user code until we are able to support this natively. See #69.

I suppose you could create two files with platform specific extensions since both Metro and Webpack [support them](https://dev.to/gorbypark/react-native-web-platform-specific-web-js-extension-4o8n): ```js // storage.native.js export * from 'react-native-encrypted-storage'; ``` and ```js // storage.web.js...

I suppose I could put all the SharedPreferences handling code in a separate file as a normal Java class and call it from the RN module. Not sure how this...

What a nice team this is! Thanks for keeping a list, although I think you might've included me in the russian category by mistake :wink: I could take a crack...

To piggyback off of @DJFriar's suggestion, I think a more flexible solution would be to dynamically infer `edges` using a few `react-navigation` utility functions: ```jsx import { useHeaderHeight } from...

Actually, I've dug into the code a bit more and it seems like `createClient` accepts a `socket` option which could be created by something like https://github.com/JoshGlazebrook/socks. However, this library opens...

Disabling touch events during transition is by design but I found a way to enable them (although it requires to edit native code) and posted it on a `react-native-screens` issue...

You might need to give the proper role/permissions to your task? https://github.com/aws-samples/aws-xray-fargate/blob/master/src/xray-pol.json