Problem with assets in Android release apk

Hello.

I have a problem with .obj assets in release build of APK file. Every other asset is working good except 3D models. I checked APK file(APK analyzer) and all .obj files are bundled but when I run app the models do not load.
I am using Expokit 32(updated from SDK 28 and ejected) and Expo-Three for rendering models.
IOS version is working fine. I added .obj extension to assetExts(in metro.config and app.json).
Does anyone have any advice?
How can I debug this for more information(logs or something)?

Thank you in advance for help

2 Likes