You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It required me to update the Android Gradle build tools, Gradle Google Services and the Gradle version. Once I did this I was able to build the app, however the app seems to be unable to connect to Metro, the only way I've been able to run the app properly is by pre-compiling the JS bundle like so:
This then resulted in me being able to actually use the app in the Android emulator.
Unfortunately when trying to test the Deep Links however, they do not seem to work, the following adb command only opened the app up on the Home Screen:
adb shell am start -a android.intent.action.VIEW -d "com.infobip.mobilemessaging://deeplink/TestDeeplinkingScreen/TestDeeplinkingScreen2" com.example
Notes:
Machine: Apple MacBook M2 Pro
OS: Sonoma 14.4.1
NodeJS: v20.15.0
The text was updated successfully, but these errors were encountered:
I could not get the Example app to work on Android without making the following changes:
It required me to update the Android Gradle build tools, Gradle Google Services and the Gradle version. Once I did this I was able to build the app, however the app seems to be unable to connect to Metro, the only way I've been able to run the app properly is by pre-compiling the JS bundle like so:
This then resulted in me being able to actually use the app in the Android emulator.
Unfortunately when trying to test the Deep Links however, they do not seem to work, the following
adb
command only opened the app up on the Home Screen:Notes:
Machine: Apple MacBook M2 Pro
OS: Sonoma 14.4.1
NodeJS: v20.15.0
The text was updated successfully, but these errors were encountered: