Skip to main content

All Questions

0 votes
1 answer
380 views

react-navigation v4 TypeError: (0, _core.createNavigator) is not a function

I am trying to run a project with version 0.63.3 and these dependencies: "react-navigation": "^4.4.3", "react-navigation-drawer": "^1.4.0", "react-...
billysk's user avatar
  • 137
2 votes
0 answers
201 views

Error: EISDIR: illegal operation on a directory when I run react native IOS

I am building a simple react-navigation app. However, whenever I run the ios simulator, I am greeted with a white screen and an error in terminal: Error: EISDIR: illegal operation on a directory, read ...
Vaibhav Herugu's user avatar
0 votes
1 answer
406 views

Warning - Unknown call: "relay:check" in react-native iOS app

I'm getting this warning on the home screen of my iOS app which is built in React Native. Below are my dependencies in package.json: "dependencies": { "@babel/core": "^7.0.0-0", "axios": "^...
mediaguru's user avatar
  • 1,877