missstaff / prioritize-your-life

A mobile application for managing personal budgets and finances, built with React Native and TypeScript. Backend services are powered by Firebase and Node.js.
1 stars 0 forks source link

Install and implement react Error Boundary #6

Closed missstaff closed 4 weeks ago

missstaff commented 4 weeks ago

Expo router incorporates a not found page in its routing but let's include React Error Boundary to handle the unhandled errors and ensure the app does not fully crash.