Closed demetrius-tech closed 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
Never should. They're not executable.
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