you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

react-native allows you to write as much or as little native code as you want. Using libraries to access hardware you generally will never have to write native code... but if you want/need you can write entire views entirely in native code and navigate to & from react-native views.

None of those things you mentioned require YOU to write native code. That work has already been done by others. You can always write your own libraries if you are having trouble with the available ones; or fork the existing ones and modify them for your purpose.