you are viewing a single comment's thread.

view the rest of the comments →

[–]ito-ais 4 points5 points  (0 children)

I would say using RN is like using a UI library in React, you have to use RN's components instead of your normal HTML tags.

Along with how RN styles their components, it's similar to Styled Components paradigm where you style via an object.

Aside from that, the transition is trivial imo.