Xavier Seignard
Xavier Seignard
Thanks to the lokalise support (thanks Nishkarsh 🙏) I was able to circumvent my problem by adding the following option: ``` --json-unescaped-slashes ``` Please note that option only works with...
It has been added to version 0.2.1, see: [commit](https://github.com/margelo/react-native-worklets-core/commit/8e53a1f07c471001bd9060af21a4f091cd011db6), [0.2.1 release](https://github.com/margelo/react-native-worklets-core/releases/tag/v0.2.1) So updating the lib to at least 0.2.1 should fix it
Hello @brentvatne Thanks for your review. I clearly think migrating this library to expo modules is out of scope of this PR
I confirm the bug too
Hey @matinzd , indeed I created my own custom expo config plugin for that inspired by https://github.com/matinzd/react-native-health-connect/pull/70: ```ts import { ConfigPlugin, withAndroidManifest, withDangerousMod, withMainActivity } from "@expo/config-plugins"; import path from...
I have signed the CLA!
Hello @markmur, Good call, I updated the plugin to handle this
Any updates here?
Can we reasonably expect feedback here?
Hello @markmur 👋 I'm facing the same issue. I'm using the [`cartBuyerIdentityUpdate`](https://shopify.dev/docs/api/storefront/2024-04/mutations/cartBuyerIdentityUpdate) mutation to update buyer infos Here's what I pass as input to this mutation: ```tsx const input =...