I'm mobile app beginner developper and I started with react-native. I had created my first app with npx react-native init command and while the creating begun; I receved the following warnings:
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated uglify-es@3.3.9: support for ECMAScript is superseded by uglify-js
as of v3.13.0
The app was propoly created but I want to know If I still work, keeping those warns; it won't disturb me? If yes, how should I do to resolve those issues?
Thanks for you helps.