marcialwushu / BibCompDDM2React

:book: Trabalho GQ2 Desenvolvimento de Dispositivos Móveis II
0 stars 0 forks source link

npm -g ls --depth=0 #3

Open marcialwushu opened 5 years ago

marcialwushu commented 5 years ago

It's likely in recycler view: see #9549

I would try to make certain that you really are deploying with React Native 0.44.0. Please show us the package.json Also check you development directory where package.json is located:

npm list | grep 'react-native@' npm list | grep 'react@'

if you are not on unix try then:

npm -g ls --depth=0 or npm -g ls --depth=1 // increase depth slowly until you see the actual packages installed start at 0.

make sure these really match what you have in package.json. It's possible you have older version of react or react-native and did not realize it. Sometimes npm does not really install the correct version even though it is in package.json

PS C:\WINDOWS\system32> npm -g ls --depth=0
C:\Users\carlosjunior\AppData\Roaming\npm
+-- @angular/cli@6.1.4
+-- @angular/common@6.0.0
+-- @angular/core@6.0.0
+-- @compodoc/compodoc@1.1.5
+-- cordova@8.1.2
+-- create-react-app@1.5.2
+-- create-react-native-app@1.0.0
+-- create-xp-app@0.5.3
+-- exp@57.0.0
+-- expo-cli@1.1.0-beta.5
+-- express-generator@4.16.0
+-- firebase-tools@3.18.5
+-- ghost-cli@1.7.3
+-- ionic@4.2.1
+-- loopback-cli@4.2.1
+-- nodemon@1.18.4
+-- now@11.4.6
+-- npm@6.4.1
+-- react-native-cli@2.0.1
+-- rxjs@6.0.0
+-- strapi@3.0.0-alpha.13.0.1
+-- typescript@2.7.2
+-- wpcheck@1.1.4
+-- yarn@1.9.2
`-- zone.js@0.8.26
marcialwushu commented 5 years ago
yarn install v1.9.2
info No lockfile found.
[1/4] Resolving packages...
warning react-dom@16.3.0: This version of react-dom/server contains a minor vulnerability. Please update react-dom to 16.3.3 or 16.4.2+. Learn more: https://fb.me/cve-2018-6341
[2/4] Fetching packages...
info fsevents@1.2.4: The platform "win32" is incompatible with this module.
info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
warning "expo > expo-camera@1.1.1" has incorrect peer dependency "react@^16.4.0".
warning "expo > expo-asset@1.1.1" has incorrect peer dependency "expo-file-system@~1.1.0".
warning "expo > expo-asset > expo-core@1.2.0" has incorrect peer dependency "expo-react-native-adapter@~1.2.0".
warning "expo > expo-gl@1.0.2" has incorrect peer dependency "react@^16.4.0".
warning "expo > expo-location@1.0.0" has unmet peer dependency "expo-permissions-interface@~1.1.0".
warning "expo > expo-local-authentication@1.0.0" has unmet peer dependency "expo-constants-interface@~1.0.2".
warning "expo > expo-react-native-adapter@1.1.1" has unmet peer dependency "expo-font-interface@~1.0.0".
warning "expo > react-native-maps@0.21.0" has incorrect peer dependency "react-native@^0.51 || ^0.52 || ^0.53 || ^0.54".warning "expo > react-native-reanimated@1.0.0-alpha.6" has incorrect peer dependency "react@16.0.0-alpha.6".
warning "expo > react-native-reanimated@1.0.0-alpha.6" has incorrect peer dependency "react-native@^0.44.1".
warning "react-native > eslint-plugin-react-native@3.5.0" has unmet peer dependency "eslint@^3.17.0 || ^4 || ^5".
warning "firebase > @firebase/functions@0.3.1" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase > @firebase/firestore@0.8.6" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase > @firebase/functions > @firebase/messaging-types@0.2.3" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase > @firebase/storage@0.2.3" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase > @firebase/firestore > @firebase/firestore-types@0.7.0" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase > @firebase/storage > @firebase/storage-types@0.2.3" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase > @firebase/auth > @firebase/auth-types@0.3.4" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase > @firebase/database@0.3.6" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase > @firebase/database > @firebase/database-types@0.3.2" has unmet peer dependency "@firebase/app-types@0.x".
warning "firebase > @firebase/messaging@0.3.6" has unmet peer dependency "@firebase/app-types@0.x".
warning " > react-native-elements@0.19.1" has unmet peer dependency "react-native-vector-icons@^4.2.0".
warning " > react-native-firebase@5.0.0" has incorrect peer dependency "react@>= 16.5.0".
warning " > react-native-firebase@5.0.0" has incorrect peer dependency "react-native@>= 0.57.0".
[4/4] Building fresh packages...
success Saved lockfile.
Done in 275.23s.
marcialwushu commented 5 years ago

PS C:\Users\carlosjunior\Documents\Workspace\React\REACT-NATIVE\BibCompDDM2React> react-native -v
react-native-cli: 2.0.1
react-native: 0.55.4