UNPKG

@bacons/link-assets

Version:

An Expo Config Plugin that links native assets to the native projects

22 lines (15 loc) 338 B
# @bacons/link-assets Plugin to link assets to a native project so they can be loaded synchronously. ## Add the package to your npm dependencies ``` yarn add @bacons/link-assets ``` ## Usage ```json { "plugins": [ ["@bacons/link-assets", ["./assets/icon.png", "./assets/font.ttf"]] ] } ``` Then run prebuild to link assets.