Guy Carmeli
ab2fa632c2
Create react host after SoLoader.init (#5707)
Under certain configurations, creating ReactNativeHost before SoLoader.init throws an exception.
This commit changes the behaviour of the main ReactGateway constructor to ensures host is created after SoLoader.init.