I apologise if this comes across as a silly question but I am new to react.
This being a starter kit and all, why does it use so many deprecated libraries?
npm WARN deprecated react-navigation@2.18.3: This version of React Navigation is no longer supported. Please upgrade to at least React Navigation 4.
npm WARN deprecated react-navigation-stack@0.7.0: This version of React Navigation Stack is no longer supported. Please upgrade to 2.x.x. See https://reactnavigation.org/docs/4.x/upgrading-from-3.x#react-navigation-stack for instructions.
npm WARN deprecated core-js@1.2.7: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
The error messages clearly specify what new libraries to use. Should not a starter template, at least, not have deprecated versions?
(I am not trying to be lazy. I am sure I will update the code to suit my requirements. Just curious why this is how it is in the first place)
I apologise if this comes across as a silly question but I am new to react.
This being a starter kit and all, why does it use so many deprecated libraries?
The error messages clearly specify what new libraries to use. Should not a starter template, at least, not have deprecated versions?
(I am not trying to be lazy. I am sure I will update the code to suit my requirements. Just curious why this is how it is in the first place)