
- Overall, the React Native team did a great job wrapping the basic native components you need.
- Since the entire specification is now serializable, we can send it over the React Native bridge to the native side.
- Because adding native code to an already existing native wrapper is an ugly task.
- Using the technique introduced in this library, you can access any native API directly from Javascript without wrapping it first.
- Assuming the native return value is serializable, we’ll send it back over the React Native bridge and consume it in Javascript.

@ReactiveConf: “Invoke any native API directly from pure #Javascript in #ReactJS Native:” open tweet »