mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 863 forks source link

Deprecated dependencies #131

Closed juanagu closed 6 years ago

juanagu commented 6 years ago

I'm new on React and started using this boilerplate, but when run command for install dependencies I see this warnings:

Info: Master version: "0.1.0".

captura de pantalla 2018-01-06 a la s 15 04 32

Did you ignore them?

mcnamee commented 6 years ago

Hi there, Most, if not all of those warnings are caused from packages that are included from other packages (i.e. not directly caused by this repo).

I'd expect that over time as those packages update and we increment the package versions that we use, those specific warnings will disappear.

Feel free to have a play and if you find any solutions within this repo - submit a PR 😊