Iframe wrapper for React Native
npm install @bounceapp/iframe


Iframe wrapper for React Native
| Android Device | Android Emulator | iOS Device | iOS Simulator | Web |
| -------------- | ---------------- | ---------- | ------------- | --- |
| ✅ | ✅ | ✅ | ✅ | ✅ |
``bash`
npx expo install @bounceapp/iframe react-native-webview
`tsx
import React from "react"
import { Iframe } from "@bounceapp/iframe"
const App = () => (
)
export default App
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
The source code is made available under the MIT license. Some of the dependencies can be licensed differently, with the BSD license, for example.