dubchoi
dubchoi
Was having this issue w/ play & app store builds also. Adding this custom script for eas fixed it: ``` { "scripts": { "eas-build-post-install": "./node_modules/@ui-kitten/metro-config/bin/ui-kitten bootstrap @eva-design/eva YOUR_PATH_TO_MAPPING_FILE" ... },...
@poinch No worries, you just have to add the line with the correct path to your mapping file, and the next build through EAS will automatically run the script.
FYI https://github.com/CodeYourFuture/JavaScript-Core-1-Coursework-Week2/pull/384