Closed pewh closed 8 years ago
Same here on 0.20.
Same problem, 0.20
+1
@pewh Where did they change behavior, and how?
Closed per #8
could anyone help me, how to update the fixed package? my package without src folder even i run npm update react-native-loading-spinner-overlay warning message show up all the time, please help me~ thanks
@liu-yuhuan What version do you have in package.json
? What version is in the ./node_modules/react-native-loading-spinner-overlay/package.json
file? Also, can you share a screenshot?
my react native version is 0.20 and package info as below
"name": "react-native-loading-spinner-overlay", "version": "0.0.6", "description": "The only pure React Native Native iOS and Android loading spinner (progress bar indicator) overlay", "main": "lib/index.js",
Can you try to upgrade to v0.0.8
? Do it with npm install --save react-native-loading-spinner-overlay@latest
. The latest version in NPM is v0.0.8
, and you seem to have only v0.0.6
.
thank you!!!!
It seems RN 0.19 change the behavior of how Portal work. I got this error when running on RN 0.19.
Warning: Each child in array or iterator should have a unique "key" props. Check the render method of "Portal".