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

Integration with Expo Modules for expo managed apps #114

@bkasten-rbi

Description

@bkasten-rbi

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch [email protected] for the project I'm working on.

I'm using this within an expo project. Expo has some heuristics it will use to automatically install react-native code into it's managed build. I've found that if I simply include a app.config.js with a function, expo will treat this module as a valid expo module to include in it's build.

Hoping you would be open to including this!

// launchdarkly-react-native-client-sdk/app.config.js
module.exports = config => config;

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