Chapter 10. Using and Writing Native Modules
The React Native library has grown over time to encompass the majority of the native application programming interfaces that we need to build sophisticated applications for mobile devices. As we've seen, we can access numerous native user interface components that are available on all devices, such as list views, images, and text, as well as platform-specific UI components, such as the tab bar on iOS. We've also used some of the many available native APIs, such as those used for alerting and animation.
There will be, however, occasions where the components and APIs that exist in the React Native library are not sufficient. Luckily, React Native provides an extensible framework for writing custom native ...
Get Mastering React Native now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.