Skip to content

NativeScript-Use/NativeScript-Use

Repository files navigation

NativeScript-Use

Collection of NativeScript-Use Composition Utilities

Documentation (Vue3)

This library tries to cover all the -use libraries of the frameworks with NativeScript. Examples:

UsePackages

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: @nativescript-use/svelte.

The following plugins are the core of some of the native functionality already being used in @nativescript-use/vue, they have been separated so they can be used for any @nativescript-use/[any_flavor] flavor and also, so they can be used as individual plugins. inside nativescript

How to contribute?

  • 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 or npm 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!

Made with ❤️