Using Sensors in React Native

1 · Daniel Schmidt · May 14, 2018, 4 p.m.
One of the most exciting strengths of React Native is that it allows you to bridge native calls to Javascript. In contrast to other frameworks that pre-define what can be executed on the native side React Native is easily extensible.With great power comes great responsibilityThe React Native community is hard to compare with others, you have a lot of web developers who love that they are given the possibility to code a native app, without going through learning iOS or Android (count me in here)....