nativescript-dev-assets
v0.0.7
Published
Simple hook allowing you to sync static files into the assets folder inside your Android app.
Downloads
15
Maintainers
Readme
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