React-native: Flutter, Xamarin, Skia

Created on 17 Dec 2017  Â·  5Comments  Â·  Source: facebook/react-native

Flutter’s Benefits

  1. A single tool can show how it looks on either platform, since it looks identical.
  2. Only one renderer needs to be written. It can then be run on any platform, where Skia works.
  3. Faster UI drawing times, as Skia was designed for high performance, visual layouts.
  4. Skia could move to newer platforms quicker than Xamarin.
  5. Fewer platform specific bugs.
  6. Ability to create any element you want, rather than being restricted to the platform UI.
  7. Easier to add complex animations to elements.

Flutter Could Be Xamarin’s Next Big Competitor
Skixam: SkiaSharp as a Platform for Xamarin.Forms (Proof-of-concept)

I think React Native needs to take a better approach.
_

Ran Commands Locked

Most helpful comment

It's better to extend react-native based on Flutter Engine. Thanks.

All 5 comments

@facebook-github-bot no-template

Hey @p30arena, thanks for posting this! It looks like your issue is missing some required information. Can you please add all the details specified in the Issue Template? This is necessary for people to be able to understand and reproduce your issue. I am going to close this, but please feel free to open a new issue with the additional information provided. Thanks!

How to Contribute • What to Expect from Maintainers

It's better to extend react-native based on Flutter Engine. Thanks.

I need it~

Is this something engineers working on RN consider to be or that the approach RN has taken already is better than of flutter ?

Was this page helpful?
0 / 5 - 0 ratings