AmericaSCORESBayArea / AmericaScores-CoachApp

React native based mobile app for Americas scores attendance management
5 stars 2 forks source link

Add a section on debugging to the ReadMe #464

Open CritiqalPete opened 6 months ago

CritiqalPete commented 6 months ago

Switching platforms is complicated enough. Sometimes a reminder or hint on getting debug working, especially in the React Native environment can be helpful. A step by step for each platform, with options for where the debug info is sent (e.g. browser tools or IDE) would be good for new devs and dev-testers who switch platforms rarely, to name two.

Here's a React-Native reference: https://reactnative.dev/docs/next/native-debugging

CritiqalPete commented 6 months ago

@nglover53?