At present we have HTML5 based export options for Construct 2 games. While this approach somewhat works using Crosswalk or Ludei, we all know there are certain performance limitations (especially when it comes to physics and heavy use of imagery). Some of you are probably aware Facebook have something for creating truly native iOS applications in the form of React Native.
Through the use of React Native you write applications through a nice API that has similar syntax to React.js. I had an interesting though, would it be possible to use this approach within Construct 2 and make it so we can create applications & games using React Native (or equivalent) then export a native project file to create a truly native game or application, as well as use native iOS libraries and APIs?
Just a thought I had today that I thought would be great to share.