Performance in React Native
While React Native leverages the platforms native API and user interface elements to build mobile applications, transfer of control between the various layers could sometimes come at the cost of performance. In this talk, we will look at the various tips and tricks for taking full advantage of React Native and using the performance attributes of the new architecture.
We will start by adding instrumentation to a sample application across the Javascript, Java/ObjC and C++ layers. Next, we will …