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

Description
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;