Error after installation

Screenshot_2021-08-25-17-08-40-310_com.miui.bugreport|230x500
After installing the apk file in Android…

Hey @krz007, this most likely means that you have two conflicting versions of the react-native-safe-area-context library. The expo package comes with version 3.2.0 and if you installed 3.3.0 it will throw this error. If that’s the case, to fix it you can either downgrade to 3.2.0 or do a hack/patch method and remove the dependency from the expo package. Let me know if that’s not the case here.

I’ll also add that simply posting a screenshot of an error is not the best way to seek support for coding issues. You want to provide as much relevant information, code, env info, versions, etc so you can best equip others to help you.

Cheers,
Adam

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