Looks like it's iOS only right now? Can't see any mention of Android in the docs?
"We are also working on an Android implementation which we will release later"
React Native is now open source
11–20 of 298 posts
Re: React Native is now open source
#12The first thing I do now on each Facebook open-source reveal, is to check the PATENTS file for the toxic second paragraph, to see if they've changed it. Sadly, no. I can't imagine being able to use this at any decent-sized company with lawyers. :-( https://github.com/facebook/react-native/blob/master/PATENTS See for example the discussions at https://news.ycombinator.com/item?id=9111849 (eg. https://news.ycombinator.…
Re: React Native is now open source
#13React Native is the most promising cross-platform UI toolkit I've thus far encountered. Congratulations to the team that built / launched it. The reason I'm excited for it: Java promised write-once-run-anywhere, which means you are always serving the least common denominator. React Native promises learn-once-write-anywhere, which means a single team of engineers can realistically build high-quality apps using the tar…
You're into commercials and marketing hype?
Re: React Native is now open source
#14The first thing I do now on each Facebook open-source reveal, is to check the PATENTS file for the toxic second paragraph, to see if they've changed it. Sadly, no. I can't imagine being able to use this at any decent-sized company with lawyers. :-( https://github.com/facebook/react-native/blob/master/PATENTS See for example the discussions at https://news.ycombinator.com/item?id=9111849 (eg. https://news.ycombinator.…
Re: React Native is now open source
#15Re: React Native is now open source
#16Re: React Native is now open source
#17I'm very excited about this, but it's worth highlighting this from the FAQ: Q. Can I submit my own React Native app to the App Store? A. Not yet, but you will be able to soon. If you build something you want to submit to the App Store, come talk to us ASAP.
Re: React Native is now open source
#18Re: React Native is now open source
#19Looks like it's iOS only right now? Can't see any mention of Android in the docs?
"We are also working on an Android implementation which we will release later"
Re: React Native is now open source
#20React Native is the most promising cross-platform UI toolkit I've thus far encountered. Congratulations to the team that built / launched it. The reason I'm excited for it: Java promised write-once-run-anywhere, which means you are always serving the least common denominator. React Native promises learn-once-write-anywhere, which means a single team of engineers can realistically build high-quality apps using the tar…
Since when is react providing any semblance of stability? Javascript is already bad enough of a moving target without an unstable api on top of it.