Deco Software – React Native IDE
91–100 of 126 posts
Re: Deco Software – React Native IDE
#92Re: Deco Software – React Native IDE
#93You should add support for desktop too, like: https://github.com/ptmt/react-native-desktop
Re: Deco Software – React Native IDE
#94What exactly constitutes the Deco package registry? Will I need to submit my React Native libraries to a new registry? Or are you working with something like http://js.coach (formerly react.parts)?
For the beta, we currently have our own registry, but we are looking into ways to integrate with others.
Re: Deco Software – React Native IDE
#95Android is over 70% of the market.
Re: Deco Software – React Native IDE
#96Android is over 70% of the market.
Re: Deco Software – React Native IDE
#97Tools such as rnpm allow for automated installation of new extensions (all of which are available on npm).
Extension installation is as simple as:
rnpm install react-native-video
Deployment is now as simple as:
react-native run-android react-native run-ios
No XCode, no Android Studio, etc. and you get live reloading, Chrome debugging, etc.
To me this is an ideal workflow, but others may disagree. Some may choose to build IDEs such as this on top of the existing architecture, that's cool too. I just want people who are starting out to be aware that there isn't much new here in terms of work flow efficiency.
Re: Deco Software – React Native IDE
#98Android is over 70% of the market.
Pretty easy when pretty much anything with any version of Android OS on it constitutes as "Android". For comparison, as of February 8th, 94% of all iOS devices are on iOS 8 or later, with 82% of those on iOS 9.
Re: Deco Software – React Native IDE
#99Earlier quoted context omitted.
Pretty easy when pretty much anything with any version of Android OS on it constitutes as "Android". For comparison, as of February 8th, 94% of all iOS devices are on iOS 8 or later, with 82% of those on iOS 9.
Since Android 2.3, I haven't had much trouble sharing code across versions.
Re: Deco Software – React Native IDE
#100This is interesting, definitely. One thing people should be aware of if they're new to the React Native environment is that this technology comes built in. It is a big reason why React Native is such a huge success so far. You don't need an IDE and switching to one instead of using your own tools seems like a pretty big negative to me. Tools such as rnpm allow for automated installation of new extensions (all of whic…
Sorry if this a stupid question, but is this true if one is also targeting electron for the 'big 3' desktops for the HN crowd (rather than just mobile OSs)?
Edit: Clarifications made.