React Native
Documentation Update in Progress
We are currently revisiting and updating this section of our documentation to ensure it provides the most accurate and helpful information. Some content may be incomplete or outdated during this process.
Thank you for your patience! If you have any immediate questions, please don’t hesitate to contact our support team.
This guide explains how to embed the LiSA Player in a React Native WebView, with Android-specific safe-area adjustments.
Setting Up the WebView
Install the react-native-webview
and react-native-safe-area-context
packages:
Create a WebView component:
Safe-Area Insets: Safe-area insets only need to be passed for Android, as iOS WebViews support safe-area-insets natively.
Last updated