UNPKG

react-native-code-push-diff

Version:

This library builds upon the foundational strengths of the react-native-code-push library, adding advanced functionality to precisely identify and manage differences between code-push builds.

8 lines (5 loc) 146 B
import { loadConfig } from 'metro' export async function assetExts() { const config = await loadConfig() return config.resolver.assetExts }