←back to thread

324 points onnnon | 1 comments | | HN request time: 0s | source
Show context
neilv ◴[] No.42732839[source]
Has anyone had a success with using "React Native for Web" for a Web-first consumer site (for desktop and mobile, including heavy plain text entry at times), but also being able to use the same React Native code to go to the iOS and Android app stores (when you reluctantly also satisfy those consumers who really-really want to install native apps)?
replies(2): >>42736756 #>>42738945 #
1. nwienert ◴[] No.42738945[source]
Uniswap does this successfully. They share quite a lot of code between web and native, and their apps are open source. I made Tamagui, the library they use for sharing UI code, which goes much further than RNW in making this possible.