-
PIN is always 6 digit. You can reduce network call by validating PIN input value. (might use regex "**^[1-9]{1}[0-9]{2}\\s{0, 1}[0-9]{3}$**";)
ref - https://en.wikipedia.org/wiki/Postal_Index_Numb…
-
this is my code
`{
await setTimeout(()=>{
navigate('mainTouchID')
},500)
}}
passwordLength={6}
…
-
I use this library to connect my application to devices. My devices have pin required for connection.
It would be great if we could have one more overload of method Pair on device that takes pin cod…
-
hpk22 updated
3 years ago
-
Unable to load the file as it is showing an error on Magento 2.2.2. Is it not compatible with Magento 2.2.2?
![2018-02-27_18-57-14](https://user-images.githubusercontent.com/30948461/36731436-cdc53c4…
-
PINCODE=pin code 1
EMAIL=
APPLICATION_PASSWORD=
AGE=
PINCODE=pin code 2
EMAIL=
APPLICATION_PASSWORD=
AGE=
Could we do it this way?
-
**Issue type:**
[x] question
[ ] bug report
[ ] feature request
[ ] documentation issue
**Database system/driver:**
[ ] `cordova`
[x] `mongodb`
[ ] `mssql`
[ ] `mysql` / `mariadb`
[ ] …
-
API only allows search by pincode and district so have to find a way to map current location data to pincode or district.
-
Hi,
Thank you for the plugin.
I am trying to get addresses by using geocodeByAddress();
This returns the correct result, my issue is I am filtering locations by their pincode, which is givin…
-
from cowin_api import CoWinAPI
pin_code = ["570021","560066"]
date = '03-05-2021' # Optional. Default value is today's date
min_age_limit = 18 # Optional. By default returns centers without fil…