Reputation: 91175
is there any way or framework to Running On Device
from android studio to run option to launch the app. (instead of react-native run-android command)
I don't see any stuff like that from React-Native Docs.
Update: i got some info after my research. i am seeing there is a possibility to create/modify a gradle task which can run the yarn commands to launch my app. will keep posted.
Upvotes: 11
Views: 13535
Reputation: 376
I had the same problem.
Solution
react-native start
(it will pop-out a terminal for js-bundling)Upvotes: 7
Reputation: 1586
Just open the project on android studio and hit the play button, it should work.
Upvotes: -1