atanda rasheed

Results 32 comments of atanda rasheed

Hello @zachdaniel, to achieve this you can use the below sample: ```elixir Index.search(index, %{ "query" => %{ "match" => %{ "field" => %{ "query" => "user's query", "expand" => true...

@TwistingTwists I'm glad to have you contribute to the docs or any other part of the project. To get started, I will suggest you start by updating the documentation (including...

@drannex42 thank you for the feedback. your suggestion is what we’re working on already, module docs will be coming in before any other external docs. Actually, the goal is to...

No worries. I posted the issue myself to solicit for contributors to help.😅

HMR does work. All you need to do is to navigate to another screen then go back to the screen you just modified because the hot reload those not update...

Thank you for the fix. I hope the library author can address this sooner

You should use `@heywhy/ns-secure-storage` (https://github.com/heywhy/nativescript-plugins/tree/main/packages/ns-secure-storage) to handle your use case. It has the same API as this plugin

I will like to have a look at the source, please to better help me understand the issue.

@rigor789 This is a working example of using inject/provide, [commit](https://github.com/heywhy/nativescript-vue/commit/ddf779e616d8e4203802bd1f27e20b972bb5c4a5). If we will be preferring provide/inject, I think it will be appropriate we also provide a `useNavigation` hook and take...

Looking at this PR again, this implementation does work fine because one can't show multiple modals at once on mobile apps, unlike web apps.