Adem Bacaj

Results 5 comments of Adem Bacaj

Whoever wants to use both require and import, you only have to add these two lines at the top of your root project (index.js) ``` import {createRequire} from 'module'; const...

@Pranav-yadav yes, literally there is no log. no .then, no .catch, nothing. It just does not trigger anything while it is in debug. It is really weird.

I still have the issue, can not figure out what is causing it. It’s very strange

Just faced this issue, and tried @buschco solution, it works like a charm.

Now with the new react native version, there is no allProjects object anymore, and adding `maven { url 'https://zendesk.jfrog.io/zendesk/repo' }` into projects object does not work. Do this, add complete...