React-native-router-flux: Bundling error

Created on 7 May 2017  ·  17Comments  ·  Source: aksonov/react-native-router-flux

Version

Tell us which versions you are using:

  • react-native-router-flux v3.38.0
  • react-native v0.44.0

Expected behaviour

App compiling correctly.

Actual behaviour

Bundling error happens.

error: bundling: Error: ENOENT: no such file or directory, open 'F:Failidappnode_modulesreact-native-router-fluxnode_modulesreact-nativeLibrariesComponentsActivityIndicatorActivityIndicator.js'

Steps to reproduce

  1. react-native init
  2. Install packages
  3. react-native run-android

Most helpful comment

Running packager like that resolves problem for me
react-native start --reset-cache --verbose

Verbose just to see what is happening

All 17 comments

I have the same issue. and now downgrade version.

I also have the same issue. I tried downgrading the version but still getting the same error.

I consider replace react-native-router-flux with react-native-navigation

Also moving towards react-native-navigation after this issue

me too

+1

I also have this. And that's after downgrading from 3.38.1 to 3.38.0 cause of other error

+1

@aksonov Do you have idea how to fix this error?

On version 0.39.1 and react-native 0.44.0

Loading dependency graph, done.
error: bundling: Error: ENOENT: no such file or directory, open '/Users/dawid/Sites/TennisApp/node_modules/react-native-router-flux/node_modules/react-native/Libraries/Utilities/BackAndroid.android.js'

Same error with ActivityIndicator on v0.39.1 (react-native 0.44.0 and react 16.0.0-alpha.6)

Update: the only way I could get this module working again is to downgrade to react-native 0.43.0 and react-native-router-flux 0.38.0

+1

Does demo work for you?

14 мая 2017 г., в 1:17, Facundo Martin Gordillo notifications@github.com написал(а):

+1


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Running packager like that resolves problem for me
react-native start --reset-cache --verbose

Verbose just to see what is happening

@ddereszewski life saver

@ddereszewski You saved my ass!

@ddereszewski Thanks !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rafaelcorreiapoli picture rafaelcorreiapoli  ·  3Comments

tonypeng picture tonypeng  ·  3Comments

YouYII picture YouYII  ·  3Comments

basdvries picture basdvries  ·  3Comments

fgrs picture fgrs  ·  3Comments