Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not found: Can't resolve '@react-navigation/core' #3804

Open
chilarai opened this issue Nov 12, 2021 · 3 comments
Open

Module not found: Can't resolve '@react-navigation/core' #3804

chilarai opened this issue Nov 12, 2021 · 3 comments

Comments

@chilarai
Copy link

Version

Tell us which versions you are using:
react v17.0.2
react-native-router-flux v4.3.1
react-native v0.66.3

Expected behaviour

Actual behaviour

I have this basic React Native Code which fails to compile as soon as I import anything from react-native-router-flux. It throws Module not found: Can't resolve '@react-navigation/core'

If I uncomment line import { Router, Scene } from "react-native-router-flux";, everything works fine. I also manually did npm install @react-navigation/core but to no avail. The file actually exists in my node_modules folder

Steps to reproduce

Reproducible Demo

import React from "react";
import { Router, Scene } from "react-native-router-flux";

class Index extends React.Component {
    render() {
        return <div></div>
    }
}

export default Index;
@jameswilddev
Copy link

I'm seeing similar problems here when trying to upgrade an older app's dependencies. I suspect this project may no longer be maintained.

@chilarai
Copy link
Author

@jameswilddev it seems so.

@Siliconvelly
Copy link

Siliconvelly commented Aug 27, 2022

I am facing also same issue for that so please solve this issue as soon as possible
i am facing this issue on reac-native 0.69.5 and all other versions & react-native-router-flux 4.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants