Dario Jahic

Results 13 issues of Dario Jahic

**Describe the bug** When I run command: npx babel -f ./babel.config.js 'src/**/*.{js,jsx,ts,tsx}' I get the following error: _interface is a reserved word in strict mode (8:0)_ *Babel configuration:* ``` module.exports...

Can you tell me how can I connect this wrapper with Redux. I want to have in separate file this wrapper and I need to dispatch some actions inside function...

Is it possible to receive notification when app is closed, not in background?

I am getting this error when I try to resize image on Samsung S6 and S6 edge. ![Screenshot_20190715-142051](https://user-images.githubusercontent.com/17848628/61218427-4aeff300-a712-11e9-934a-3b43835c06db.png)

Is there a way to change first day of the week to Monday instead of default Sunday?

question

I added write permission in config.xml : ``` ``` and now I am getting next exception when I try to build android app. > (node:14577) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection...

If I force close the app when app is trying to fetch location, timer is never stopped. It keeps working in defined interval even though app is force closed and...

When I run android build I get the error below. Script '/Users/dariojahic/Projects/dnd-app/node_modules/@onfido/react-native-sdk/android/publish.gradle' line: 17 * What went wrong: A problem occurred configuring project ':onfido_react-native-sdk'. > Could not get unknown property...

Package.json: ... "@onfido/react-native-sdk": "^2.2.0", "react-native": "0.63.3", ... When app is started I get next error: ![MicrosoftTeams-image (5)](https://user-images.githubusercontent.com/17848628/142184707-fe776f9d-5384-44da-b6cf-ceec2f462621.png) When I remove onfido library, app is working fine. This is happening only...

How to check if file exist in storage? I tried : FileSystem.fileExists("file:///storage/emulated/0/Download/image.jpg") FileSystem.fileExists("/storage/emulated/0/Download/image.jpg") Non of this work and file exist in that path.