BHW Group Blog

October 2016

October 3 2016
Ross Dixon / Development
The React Native Logo. React Native is a framework for building native apps using React

React Native has quickly become our preferred way to write mobile apps. The ability to write code once and have it run well on both Android and iOS really helps development. But what about when we need to write platform specific, low level code? React Native lets us do that too! Via its Java bridge and JNI, we can run C code on Android (we'll cover iOS in a later article) and get the results back in JavaScript.

Read More