React Native

Hello!

I am new to app development. Now I'm developing an application in React Native, in order to run it on ios and on android. This application is created exclusively for company employees. Can I create an ios app without putting it on the App Store? I need access to the application only to those to whom I trust access.

There are two good options (and a couple of not-so-good options).

https://developer.apple.com/programs/enterprise/ https://developer.apple.com/support/unlisted-app-distribution/

Not-good options would be adhoc distribution, or TestFlight distribution. (These methods require regular updates to the installed application).

if I already have a working app on the emulator but it's a work in progress. I would like to already test it on a real device, how can I do that? do i need a macbook to compile?

React Native
 
 
Q