Hubro Documentation Help

React Native

We do not provide a specific React Native library, however it is possible to integrate Android and iOS native libraries using React Native bridge.

Android Integration

In the absence of a specific Android library, the React Native bridge enables communication with your project's Android native codebase. It invokes Android native functionalities and properties, allowing your JavaScript/Typescript code to utilize Android-specific elements and promote cross-platform compatibility.

iOS Integration

Similarly, iOS native artifacts can be incorporated into the application with the help of the React Native bridge. It provides a path of interoperability between React Native and iOS native functionalities. iOS-specific modules/articles can be invoked and manipulated from the JavaScript layer, ensuring cross-platform operability and coherence.

Follow the guide at https://reactnative.dev/docs/native-modules-intro to understand how to construct React Native bridge. You can refer to individual libraries for Android and iOS on their respective pages.

Last modified: 23 September 2024