Donald
Donald
For me, I had to add the following to `jest.setup.js` ``` import { TextDecoder, TextEncoder } from 'util'; global.TextEncoder = TextEncoder; global.TextDecoder = TextDecoder; ``` and import the lib like...
I am having the same issue on Nextjs 13
I am having the same issue where the imports of the custom java files are not renamed
same here using `RN 0.76.9` and `iOS 18.4`.
yes I had to downgrade Xcode to 16.2 and use a simulator with iOS 18.3
running into the same issue as @flodaniel ```bash Error [ERR_UNSUPPORTED_DIR_IMPORT]: Error reading Expo config at /app.config.ts: Directory import 'brands/core' is not supported resolving ES modules imported from /brands/index.ts Error: Error...
any update?