/** * Expo config plugin entry point * * This file is the entry point for the Expo config plugin. * It's referenced in the package.json under "./app.plugin" export. */ import withBrownfield from './withBrownfield'; export default withBrownfield;