Henry Johnson
Henry Johnson
I've created a sample project which will demonstrate the error if you run `eas build --profile development --platform ios` https://github.com/nzhenry/expo-ibeacon-test
@yhanssens Thank you! That fork works in managed workflow with a custom dev client.
@andrekovac @JonasWho ^^ An easy fix for the issue in Expo. Any chance you could publish a new version?
This issue is a duplicate of https://github.com/sanity-io/block-content-to-react/issues/23 This comment https://github.com/sanity-io/block-content-to-react/issues/23#issuecomment-668031729 should solve your problem.
``` ERROR 08:03 ./node_modules/react-native/Libraries/Components/TextInput/TextInputState.js:18:17 Module not found: Can't resolve '../../Utilities/Platform' 16 | 17 | const React = require('react'); > 18 | const Platform = require('../../Utilities/Platform'); | ^ 19 | const...
Here's a sample repo https://github.com/nzhenry/stripe-expo-web-sample
No. All the errors were introduced when I added the Stripe library.
@olaurendeau I have a workaround for now. I've implemented separate application entry points for mobile and web, with a basic dependency injection container to abstract away the platform dependent components....