mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-02-04 13:00:19 +00:00
When running the app from Android Studio the React packager is not automatically started. In vanilla RN projects this is done by the "react-native run-android" command, but often times it is desired to run from Android Studio. This fixes that by starting the packager from Gradle.