i know that react-native allows to code in android and ios at the same time , but does it allow to code the web version ?
Exemple:
My application on android and ios is : test123
My application on a website is : test123.com
So I would like to know if I code in react-native, if there is also a web version to put it on a website?
If yes :
1 - How to configure our react-native application with our website?
2- How to test my application on my website while I code ?
If no:
Is there a solution to quickly code in web version what we did with react-native?
Thank you!