Marcos Luiz Freire Pereira

Results 3 comments of Marcos Luiz Freire Pereira

I just did the following workaround on the repo root, and it worked for me: ```shell ln -s apps/docs/pages pages ``` For sure, this is far from the best, but...

The fix was applied, however, the way it works is different from the official docs: ``` const checkoutSession: CustomerCheckout = { billing_address_collection: 'auto', line_items: [selectedPrice], allow_promotion_codes: true, mode: 'subscription', //...

Same issue. RN 0.76.1. newArch enabled. The issue below describes the problem: https://github.com/facebook/react-native/issues/45193 Temporarily disabled newArch on gradle.properties as workaround: ```` # newArchEnabled=true