Skip to content

Instantly share code, notes, and snippets.

@elceebee
elceebee / metro.config.js
Last active February 1, 2022 11:46
metro config for updating a forked library
const { getDefaultConfig } = require('expo/metro-config')
const path = require('path')
PATH = './local/path/to/forked/library'
module.exports = (async () => {
const {
resolver: { sourceExts, assetExts },
} = await getDefaultConfig(__dirname)