Golf-Drill-Challenge-App / Golf-App

7 stars 0 forks source link

fix: address runtime error by relocating moment-timezone to dependencies #287

Closed artkolpakov closed 1 month ago

artkolpakov commented 1 month ago

Summary

Fixed an issue preventing the iOS simulator from running the app by moving the moment-timezone package to the correct section in package.json:

bundlingFailed

Changes Made

Reason for Changes

The moment-timezone package was incorrectly listed under devDependencies, which caused the app to fail at runtime in the production environment since it wasn't available.