Answer the question
In order to leave comments, you need to log in
Is it possible to build React Native apps without an iOS device?
I was very interested in React Native and I would like to try to implement an application on it.
How can I, without a Mac product, implement such an application using a development browser?
After all, in theory, like React JS , it should allow you to use your DOM , CSS and logic in JS in a regular browser.
Thanks in advance!
Answer the question
In order to leave comments, you need to log in
RN does not use the DOM, instead it uses native elements and the implementation of flexbox via JS. Still, there is an opportunity to play around, but nothing more: https://rnplay.org/ .
Answer to everyone who came here through the search:
https://facebook.github.io/react-native/docs/linux-windows-support.html
They write that android applications can be made without a poppy, but IOS is only on OS X.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question