The showcase apps for React Native doesn't have very many rich & complex mobile apps (except for Facebook's own apps, but we don't really know how much of those apps are actually React Native based). NativeScript showcase page is even worse. So, I thought of asking HNers what their experience with RN (or NativeScript) has been. If you were starting a new mobile app startup, would you bet on React Native or NativeScript? If not, what are the main reasons against it?
[+] [-] girvo|10 years ago|reply
[+] [-] cballard|10 years ago|reply
Bad: Doing that in a language without a moderately competent type system.
Would be interested in a Swift port, using plain old structs instead of tags.
[+] [-] girvo|10 years ago|reply
[+] [-] mattchue|10 years ago|reply
https://discordapp.com/
[+] [-] 010a|10 years ago|reply
[+] [-] narrowrail|10 years ago|reply
https://news.ycombinator.com/item?id=11074653
[+] [-] johnieeboy|10 years ago|reply
[+] [-] spicyj|10 years ago|reply
[+] [-] yojoma|10 years ago|reply
[+] [-] rajangdavis|10 years ago|reply
I really feel like Ionic should be a bit more up front about some of the additional dependencies you may need to get it going (Android SDK and NDK are the only ones that stick out in my mind, but I remember it being a pain in the butt), but other than that, it's pretty neat.
I hacked together a quick and dirty Android app based on the Angular/Firebase TodoMVC web app; it took about 2 hours because of some of the configuration, but I got it to work on my phone.
The styling was not the best or at least not what you would expect from a mobile application. I do know that Ionic comes with built in widgets like tabs and stuff. If you are already familiar with Angular and UI Router, it's not too difficult to use. I just had a hard time with setting up the proper dependencies.