Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Support for Expo #5

@karlvd

Description

@karlvd

Since react-native-inappbrowser-reborn requires you "pod install" etc. it´s not possible to use this library with Expo without Ejecting.

A potential solution would be to replace the current InAppBrowser with the Webbrowser from Expo
https://docs.expo.dev/versions/latest/sdk/webbrowser/

The expo-web-browser is a standalone package so this would work for both Expo and non-Expo builds. The Webbrowser component is pretty stable and well used in a lot of similar scenarios requiring browser functionality in the app, it´s platform-independent and supports redirects which I think you need.

Instructions for using the package in a bare React Native app can be found here
https://github.com/expo/expo/tree/master/packages/expo-web-browser

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions