shqld

Results 7 comments of shqld

Reloading editor could be helpful, if you are seeing errors only in VSCode (not in CLI).

Is there any valid workarounds except for downgrading react-native? I'm using the latest version of it now.

I made a very simple fork and we can use it for the time being until an officially release. https://github.com/shqld/react-native-mock

@patrys It's like a mock of the future release of this library just for me😞 Fixing some syntax was due to console errors emitted when testing with Jest.

@timurridjanovic It's intended that there's no `build/` and you don't have to build. To save time building, I've committed https://github.com/shqld/react-native-mock/commit/d1a224dbc3a648af72b7683953c71cee90a369c6 so that it can be directly used without building. (And...

Hi @Anber !Thanks for your reply. We can specify any types we want by overriding types using TypeScript's Declaration Merging (as I described above), so I believe it will still...