vladjap

Results 2 issues of vladjap

Hello, I have issue with this on android devices (only when using android keyboard). When typing on android keyboard (e.g. 38160) it should recognize Serbian number and mask should be...

I have problem with connecting with remote DB. This is my code snippet: `import PouchDB from 'react-native-pouchdb';` `PouchDB.plugin(require('pouchdb-adapter-asyncstorage').default);` `const usrs = new PouchDB('http://127.0.0.1:3000/proba');` `usrs.info().then(function (result) {` `console.log("info: ", result);` `}).catch(function...