Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

There are many GitHub Repositories, that add Support for another Platform to React Native, like
React Native for Windows: https://github.com/microsoft/react-native-windows
React Native for Web: https://github.com/necolas/react-native-web

As far as I know, this enables developers to write just one code for web/windows etc. in addition to iOS and Android.

My question is, how do these repositories work exactly?

Considering the the React Native architecure by Lev Vidrak in this talk: https://www.youtube.com/watch?v=ZwX3i3e1Vfs, my guess is, that these repositories simply add Native Modules for their respective platform, but I haven't been able to find any sources neither confirming nor denying this.

If you can, please include a source in your anwser, thank you!

question from:https://stackoverflow.com/questions/65870982/how-does-react-native-for-windows-macos-web-etc-work

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.0k views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...