Andrei Alecu

Results 277 comments of Andrei Alecu

Thank you for the insight. The purpose is to **not** have access to the Customer data at all from the service provider side. From what I understand encrypting via KMS...

Workaround: I'm currently using this patch with yarn "berry"'s [patch: protocol](https://yarnpkg.com/features/patching) on `cbor-x`. `patch-package` should work similarly. ```diff diff --git a/decode.js b/decode.js index d65b12b290d3a80fcfb37ac40098ac2a7e4b0319..66ac8fff0051e2d30c4a00b047ae8242a6f3ca26 100644 --- a/decode.js +++ b/decode.js @@...

Upon inspecting the source a bit, it seems that `userInfo` is populated by the REST api call that `start()` does. `coldStart()` does not seem to help. It doesn't seem necessary...

> Well it's also possible to spoof the network request itself and gain any flags you want :) Indeed, but it’s harder to spoof the location that way. It’s not...

Version 4.0.0 has an issue with the way it was published and is not actually using `@react-native-masked-view/masked-view`. See: https://github.com/chramos/react-native-skeleton-placeholder/issues/41#issuecomment-867420697 A republish should fix this. Additionally #54 might also help with...

Would the workaround specified above work for use cases similar to Angular Material's Data Table? Assuming: ```html Email {{ element.email }} ``` In this example, `element` is typed as `any`....

I'm not sure I understand how this relates to this library. You could wrap Tabs.Container in a SafeAreaView. Unless I'm misunderstanding the issue.

Could you please elaborate on the reason for this? Is it not possible to directly replace the tab bar for your needs?

Is this still an issue with version 6.2.2? Can someone make a repro on top of the Example app in the repo?