0.2.1 • Published 10 months ago

@bounceapp/iframe v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@bounceapp/iframe

Package version MIT license PRs Welcome

Iframe wrapper for React Native

Platform Compatibility

Android DeviceAndroid EmulatoriOS DeviceiOS SimulatorWeb

Documentation

API Reference

Installation

npx expo install @bounceapp/iframe react-native-webview

Usage

import React from "react"

import { Iframe } from "@bounce/iframe"

const App = () => (
  <Iframe uri="https://usebounce.com/careers" style={{ flex: 1 }} />
)

export default App

👏 Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

The source code is made available under the MIT license. Some of the dependencies can be licensed differently, with the BSD license, for example.