Open Side Menu Go to the Top
Register
React Native React Native

05-28-2016 , 03:34 PM
Anyone else been giving React Native a try? I'm a web developer, I literally can't write Hello World in Objective C or Java (I could in Swift, but that's about all I could do), and I just published my first apps for Android and iOS.

I'm not totally sold on React for web, but what a great way for web devs, or anyone who knows Javascript for that mature, to venture into mobile development. I do have concerns about being forced to rely on community packages for bridges that I can't write into ObC or Java, but so far I haven't issues with the few I've used.
React Native Quote
05-28-2016 , 03:43 PM
Wonder if kotlin can be used in place of java.

Code:
fun main(args: Array<String>) {
  println("Hello, world")
}
React Native Quote
05-28-2016 , 05:53 PM
its very interesting
React Native Quote
05-28-2016 , 06:57 PM
Quote:
Originally Posted by Noodle Wazlib
Wonder if kotlin can be used in place of java.

Code:
fun main(args: Array<String>) {
  println("Hello, world")
}
Not sure but I'm sure you could make any JVM hosted language work with some effort. If I had to write a bridge id much rather use Clojure or Jruby instead of Java.
React Native Quote

      
m