react-native-template-obytes icon indicating copy to clipboard operation
react-native-template-obytes copied to clipboard

Assets are missing after EAS Build

Open tonven opened this issue 2 years ago • 0 comments

I added some assets in an assets subfolder (assets/images/onboarding/onboarding_1.png) and loaded them in a code like this: const [assets] = useAssets( require('myapp/assets/images/onboarding/onboarding_1.png') ); on emulator everything works fine, but it does not work during eas build. Images are not there. Am I missing some configuration?

Thank you!

tonven avatar Dec 07 '23 11:12 tonven