nativescript-dev-assets
Simple hook allowing you to sync static files into the assets folder inside your Android app.
npm i --save nativescript-dev-assets
- Version: 0.0.7
- GitHub:
- NPM: https://www.npmjs.com/package/nativescript-dev-assets
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
nativescript-dev-assets
This simple before-prepare
hook will make an assets
folder in your app folder, all files in it will be synced in the platforms/android/src/main/assets
folder.
Basically to fix this issue and to ease nativescript-lottie.
Installation
tns install nativescript-dev-assets
Usage
Just put files in the app/assets
folder