Skip to content

Expo Config Plugin #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 13, 2025
Prev Previous commit
Next Next commit
Updated app.plugin.js export.
  • Loading branch information
Chriztiaan committed May 13, 2025
commit f7099d8a35744cb89768ef7b6bf7cfda79fafe42
2 changes: 1 addition & 1 deletion app.plugin.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./src/withUseFrameworks').default;
module.exports = require('./lib/commonjs/withUseFrameworks');