You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I am getting the following error when using expo-asset.
building android bundle for development...
✓ 93 modules transformed.
x Build failed in 2.35s
Error building React Native bundle: RollupError: ../../node_modules/expo-asset/build/Asset.fx.js (3:9): "setCustomSourceTransformer" is not exported by "../../node_modules/expo-asset/build/resolveAssetSource.native.js", imported by "../../node_modules/expo-asset/build/Asset.fx.js".
file: /workspace/development/node_modules/expo-asset/build/Asset.fx.js:3:9
But I have verified it is indeed exporting setCustomSourceTransformer.
For example, I am getting the following error when using
expo-asset
.But I have verified it is indeed exporting
setCustomSourceTransformer
.node_modules/expo-asset/build/resolveAssetSource.native.js
node_modules/react-native/Libraries/Image/resolveAssetSource.js
You can see my config at the link below.
https://gitlab.com/bitspur/multiplatform.one/multiplatform.one/-/tree/main/platforms/expo?ref_type=heads
The text was updated successfully, but these errors were encountered: