Nodir

Results 8 issues of Nodir

simple tap on modal closes it...

react-google-recaptcha version: "^2.1.0" consider form with hidden recapcha and in `onSubmit`, we execute: ``` values.recaptcha = await recaptchaRef.current.executeAsync(); //Submit values to validate in be ``` When user does not resolve...

When a ScreenA does not have a header and ScreenB has one, transition from bottom, animates different for screen and different for header. Screen transitions from bottom, but header from...

In my case, `GeoCoder` works, but `Suggest` does not. Here is my code: ``` import {Geocoder, Suggest} from 'react-native-yamap'; Geocoder.init('xxx-xxx-xxx-xxx-xxx'); .... const response_ = await Geocoder.reverseGeocode(q) ; // This one...

Is there any sample of where and how to get all the env variables? It is still not clear to me these env variables and where to get the values...

documentation

## Feature Description it looks like we can put data but not delete? would be nice to have a feature to remove data as well. maybe put returns an id,...

enhancement

## Feature Description it looks like in current typescript sdk implementation of search/ask results are not returning frame metadata. would be great help if it does return metadata that was...

enhancement

## Feature Description Would be great if users could ask/search from given frameids or urls ## Example Usage ```typescript await search(query, workspaceId, {frames: [1,3,5]}) await ask(query, workspaceId, {frames: [1,3,5]}) ```

enhancement