I created a new expo project, after directly I ejected it to the expokit.
After the ejection ended, I executed expo publish
then expo start
.
Finally I opened the android folder on android studio and I clicked on run, app was installed on my mobile with success. But the problem when I click on app, it opens and closes at the same time. I checked logcat, and I found cette error.
"java.lang.ClassNotFoundException: Didn't find class" com.RNFetchBlob.Utils.FileProvider "on path: DexPathList".
how could we solve this problem?, please help me.
thank you