Is there any standard way to build React Native (Android) / Electron (Win, Linux) apps on remote computer (server)?
By standard way I mean some tool what I can download and start some building server.
Or I need to make my own by for example making git, installing build-tools and programming some interface to build automatically.
I am not searching for 3th party cloud services.
Thanks for help, I not found any solution by searching on Google or here on SO.