bradmartin / nativescript-gif

NativeScript plugin to use native gifs
Other
50 stars 18 forks source link

If I install using tns plugin it does not generate .ts files #42

Closed demetrius-tech closed 4 years ago

demetrius-tech commented 4 years ago

I run: tns plugin add nativescript-gif

And the node_modules/nativescript-gif directory looks like this:

. ├── gif.android.js ├── gif.common.js ├── gif.ios.js ├── package.json ├── platforms │ ├── android │ │ └── include.gradle │ └── ios │ ├── Podfile │ └── nativescriptgif │ └── app │ └── App_Resources │ └── iOS │ └── Info.plist └── scripts └── build-native.js

8 directories, 8 files

bradmartin commented 4 years ago

Never should. They're not executable.