Advanced
Custom build configuration
Certain features may require custom build configurations.
In particular, this guide ensures that your application satisfies the following requirements for integrating:
- uses an expo development build.
- has a custom
metro.config.js
file to customize the Metro bundler settings - enables package exports for the Metro bundler:
- uses the
bundler
setting for Typescript’smoduleResolution
To enable package exports for metro, update your metro.config.js
like so:
Also configure your tsconfig.json
like so:
Was this page helpful?