Tell us which versions you are using:
App compiling correctly.
Bundling error happens.
error: bundling: Error: ENOENT: no such file or directory, open 'F:Failidappnode_modulesreact-native-router-fluxnode_modulesreact-nativeLibrariesComponentsActivityIndicatorActivityIndicator.js'
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 !
Most helpful comment
Running packager like that resolves problem for me
react-native start --reset-cache --verboseVerbose just to see what is happening