React Native for Android
121–130 of 248 posts
Re: React Native for Android
#122Re: React Native for Android
#123Google has been working with the alternative already: https://flutter.github.io/ . Probably usable in some months.
Re: React Native for Android
#124Slightly off topic but I'm curious about using React Native vs WebView with native wrapper and components. I'm a developer who primarily codes in Ruby. I'm working on a side project that will be mostly CRUD and have no DOM updates. The application will need to support web, mobile, and tablet. I'm considering using React so I can use React Native but I'm afraid I'm adding a level of unnecessary complexity. Originally,…
Re: React Native for Android
#125Google has been working with the alternative already: https://flutter.github.io/ . Probably usable in some months.
Re: React Native for Android
#126Google has been working with the alternative already: https://flutter.github.io/ . Probably usable in some months.
It uses Dart. Which despite looking like a nice language, approximately nobody knows. So I'm not sure this is really an viable alternative.
Re: React Native for Android
#127Earlier quoted context omitted.
If you're going cross platform, the key is to know in detail the limitations of this approach, even if it takes longer to make that initial decision about what path to take. Different cross-platform tools have different approaches, but as a concrete example take Corona SDK. You need no native platform knowledge and your app runs inside the Corona runtime, which makes some difficult things easy but some easy things --…
the key is to know in detail the limitations of this approach There's the rub. If you don't know anything about the native platform then you "don't know what you don't know". The NativeScript demo shows how to pull in a native ObjC function (a string related method I think), but if you start with no background in the native libraries how would you even know when you could be leveraging a native library function inste…
I'm a (native) Android and JS developer. The primary reason I'm excited about React Native is that I don't have to go through the tedious compile-install cycle for every little UI change. React Native will make prototyping/iterating on Android as easy as it is on the web. However my reasoning assumes that there will be almost no friction in terms of creating complex views in React Native. I'm curious to see if that pans out.
Re: React Native for Android
#128Re: React Native for Android
#129That could really be a game changer in mobile development.
Re: React Native for Android
#130This might be a stupid question, but, would it make sense to have React Native also for Windows, Linux, OS X, etc.?
Jordan Byron already contributed a port of React Native to Apple TV: https://github.com/facebook/react-native/issues/2618#issueco...