aksonov / react-native-router-flux

The first declarative React Native router
MIT License
8.99k stars 2.11k forks source link

TypeError: _core.pathUtils is undefined #3823

Closed vkanagarajan closed 2 years ago

vkanagarajan commented 2 years ago

Version

Tell us which versions you are using: "react": "16.13.1", "react-native": "0.63.4", "@react-navigation/core": "6.1.1", "@react-navigation/native": "6.0.8", "react-native-router-flux": "4.2.0", "react-native-screens": "3.13.1",

Expected behaviour

Actual behaviour

Simulator Screen Shot - iPad Air 2 - 2022-05-12 at 22 10 30

Steps to reproduce

After npm install given getting the below error for router flux package TypeError: _core.pathUtils is undefined

Reproducible Demo

Please provide a minimized reproducible demonstration of the problem you're reporting.

Issues that come with minimal repro's are resolved much more quickly than issues where a maintainer has to reproduce themselves.

xenos28 commented 2 years ago

RNRF support React Navigation v4.x

Not v6

vkanagarajan commented 2 years ago

@xenos28
this package version "@react-navigation/native": "6.0.8",

vkanagarajan commented 2 years ago

After adding the below package issue fixed
"react-navigation": "4.4.4",