UNPKG

expo-custom-assets

Version:

Expo plugin to add custom assets to native codebase

9 lines (8 loc) 240 B
import { type ConfigPlugin } from "@expo/config-plugins"; declare const _default: ConfigPlugin<{ assetsPaths: string[]; assetsDirName?: string; ignoredPattern?: string; preserveFolder?: boolean; }>; export default _default;