I have my own apk build using the react-native app
and I want to run the test automation on android emulator
I need to set the desire cap
how I can know the value for appium.appPackage and appium.appActivity
####### Android CAPS ######
#appium.automationName=uiautomator2
appium.platformName = Android
appium.platformVersion = 10.0+
appium.deviceName = android
appium.app = /Users/mary/Desktop/my-first-app-9d35094afa584def84060dd4018f10fd-signed.apk
appium.appPackage=???
appium.appActivity =???
Thanks