Collection of NativeScript-Use Composition Utilities
This library tries to cover all the -use
libraries of the frameworks with NativeScript.
Examples:
As native dependencies, the native code packages have been created in TS so that the core of NativeScript-Use
is common. Anyone who wants can contribute to create another savor for example: @-use/svelte
.
The following plugins are the core of some of the native functionality already being used in @-use/vue
, they have been separated so they can be used for any @-use/[any_flavor]
flavor and also, so they can be used as individual plugins. inside nativescript
- @nativescript-use/nativescript-clipboard
- @nativescript-use/nativescript-keyboard
- @nativescript-use/nativescript-media-query
- @nativescript-use/nativescript-orientation
- clone the repository.
- run:
npm run setup
- clone app in folder
/apps/
for test and preview in docs:git clone https://github.com/NativeScript-Use/demo-vue.git
- run app in root folder:
npm run demo:vue:android
ornpm run demo:vue:ios
- add your changes in
./packages/vue
Now all the changes that you add will make the application restart and you will be able to add see the effect of your changes
For more information you can enter the NativeScript discord server!