January 2019
Intermediate to advanced
592 pages
14h 30m
English
In this recipe, we created a native module similar to the module covered in the Exposing custom iOS modules recipe from earlier in this chapter. We defined the native module to perform arbitrary execution in the background of the React Native app. In this recipe the background process is made up of the following three steps:
The purpose of the UI in this app is to exhibit that multithreading has been achieved. If the ...
Read now
Unlock full access