Swati4star / Calculator-React

:iphone: A Calculator app using react native
17 stars 5 forks source link

Add whatwg-fetch to dependencies #3

Closed whoffmann closed 6 years ago

whoffmann commented 6 years ago

When I ran npm install for the first time on this project, I noticed this warning:

npm WARN jest-react-native@17.0.0 requires a peer of whatwg-fetch@^1.0.0 but none was installed.

I manually installed the dependency and that fixed the warning.