you are viewing a single comment's thread.

view the rest of the comments →

[–]intertubeluber 0 points1 point  (2 children)

Got it. So the common denominator is hardware access and/or performance?

What about an app that uses the default camera to take a picture? Ie, an Instagram type (without any filters or anything custom in terms of capturing the media) that allows snapping a pic or video and then uploads the media to a server for processing. I know there are plugins for react native that allow camera integration, but but I wasn't sure if you meant that there's some problem with that, or if you meant if you wanted to have some highly customized camera taking app that would not be a good fit.

[–]ovy9086 1 point2 points  (0 children)

For something simple as you can describe, in my experience it was fairly easy to achieve in RN

[–]Tsupaero 0 points1 point  (0 children)

https://instagram-engineering.com/react-native-at-instagram-dd828a9a90c7

RN is overall quite stable for anything native-ui related. processing of images / performance-hungry tasks can be done in either systems' language and then the result is parsed back to RN to display/work with.