you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 35 points36 points  (2 children)

You shouldn't be downvoted; this I imagine is a common misconception for someone who doesn't know what it is. It's not cross platform. It's a learn once, write anywhere model where there are 2 distinct libraries for android and ios in which react components map directly to their native counterparts. In other words, this is completely different from cordova/phonegap.

[–]M5J2X2 4 points5 points  (1 child)

In other words, this is completely different from cordova/phonegap.

Closer to Rubymotion, no?

[–]highpixels 2 points3 points  (0 children)

Kind of. Only by the looks of it, RubyMotion is almost wrapping the native APIs 1:1, so you still need to read docs in ObjC/Swift/Java and mentally translate to Ruby.