I have created a React Native project using expo. And I am going to integrate react-native-branch
for sharing referral codes with other users. But when I run the app on android, this error will caused:
null of object .... RNBranch.STANDARD_EVENT_ADD_TO_CART
How can I solve this issue?
Thank you
I tried to build using
expo run:android
It works on devices and emulators.
But when I use the release APK, the app is stacked, not crash.