nativescript-dev-assets

Simple hook allowing you to sync static files into the assets folder inside your Android app.

Usage no npm install needed!

<script type="module">
  import nativescriptDevAssets from 'https://cdn.skypack.dev/nativescript-dev-assets';
</script>

README

npm npm twitter: @_rhanb

NPM

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