An Expo Config Plugin that links native assets to the native projects
npm install @bacons/link-assetsPlugin to link assets to a native project so they can be loaded synchronously.
```
yarn add @bacons/link-assets
`json``
{
"plugins": [
["@bacons/link-assets", ["./assets/icon.png", "./assets/font.ttf"]]
]
}
Then run prebuild to link assets.