Assets not showing on release Android sdk 29

Hi, i just updated from sdk 27 to 29. In IOS all works fine but in android in the release variant all the assets arent showing up. This assets include some local assets of mine and the @expo/vector-icons. I the debug mode it works fine.

Before i run it in relase mode i publish it with the XDE app.

Some ideas?
Thanks!

I also tried puting this in the app.json file but no luck.

"assetBundlePatterns": ["./src/images/**/*", "./node_modules/@expo/vector-icons/**/*"],

May be related to:

for more info:

1 Like

@languste Thanks for your response! I tried that and it didnt work, it still not showing the images on release variant :frowning_face:

There’s another corrective action you need to take on Android (updating expo.gradle). See here: https://github.com/expo/expo/issues/2105

1 Like

Yessss it worked!!! Thanks so much you guys are the best! :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.