No warnings.
Warning encountered for every change of scene:
Warning: SceneView has a method called shouldComponentUpdate().
shouldComponentUpdate should not be used when extending React.PureComponent.
Please extend React.Component if shouldComponentUpdate is used.
$ git clone [email protected]:aksonov/react-native-router-flux.git$ cd react-native-router-flux/Example$ react-native-git-upgrade$ npm install$ react-native run-[android | ios] (I also have to start server manually npm run start -- --root .)
I do not encounter this warning with a clean install of RN 0.45 without RNRF (aka react-native init test; cd test; npm install; react-native run-[android | ios])
I have the same problem , and how to resolve it ?
is it support react 16 ?
ilkkzm@ilkkzm-Inspiron-7460:~/Projects/Own/MiniDai$ npm install
npm WARN [email protected] requires a peer of react@^0.13.0 || ^0.14.0 || ^15.0.0 but none was installed.
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.45.0",
"react-native-router-flux": "^3.39.1"
Should be fix soon
https://github.com/aksonov/react-native-experimental-navigation/pull/23
ok , thank you . @Justkant
Same question. Thank you!
If I publish my app in Play Store, this warning appear in consumers' phones?
@cronos88 no. Warnings are disabled by default in release mode.
i just included react native flux router into my project today, but there has already been a commit and merge on the issue. how do i get the latest code to fix this issue?
@j8jacobs you would probably need to replace this with master branch from github https://github.com/aksonov/react-native-router-flux/blob/master/package.json#L41
same issue
is a release with the fix is expected soon?
Most helpful comment
Should be fix soon
https://github.com/aksonov/react-native-experimental-navigation/pull/23