I'm trying to run project on React Native using command expo run:android. Connected an android device.
Build successful. Then I get this message in console
BUILD SUCCESSFUL in 30s 294 actionable tasks: 2 executed, 292 up-to-date
Dev Client: No common URI schemes could be found for the native iOS and Android projects, this is required for opening the project
Add a common scheme with npx uri-scheme add my-scheme or provide a scheme with the --scheme flag
You can see all of the existing schemes for your native projects by running npx uri-scheme list
Starting Metro Bundler
No scheme specified for development client
Check URI schemes by npx uri-scheme list
› iOS: Schemes for config: ./ios\DogSafeProject\Info.plist
› Android: Schemes for config: ./android\app\src\main\AndroidManifest.xml
Please help me!