Home:ALL Converter>React Native BareWorkflow images don't show when ios release build

React Native BareWorkflow images don't show when ios release build

Ask Time:2021-01-15T14:39:23         Author:Noda Yuta

Json Formatter

Environment:


xCode 12


react-native-cli: 2.0.1


react-native: 0.63.4

Hi! I'm trying release build with react native bare workflow.
Debug build was no problem, But after implementing release build, my app doesn't show any images form assets directory.

Xcode log is like this.


> [native] Could not find image file:///var/mobile/Containers/Data/Application/610F6543-2E6A-404E-8D54-6506084093DE/Library/Application%20Support/.expo-internal/assets/assets/icon_password.png

I tried ways below URl, but I coudn't solove the problem after all.


react-native iOS app not showing static assets (images) after deploying

Please give me your knowlege...:/

Author:Noda Yuta,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/65731536/react-native-bareworkflow-images-dont-show-when-ios-release-build
yy