AmericaSCORESBayArea / AmericaScores-CoachApp

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

(Minor) Some components have React-Native unfriendly capitalizations #419

Open CritiqalPete opened 7 months ago

CritiqalPete commented 7 months ago

somewhere after we updated our libs, these warnings appeared. We need to update the names and the refs/dependencies.

might be easy in Android Studio using Refactor>Rename and select the option to update references.

then build and test,

Example: debuggerWorker.js:69 Got a component with the name 'assessmentModal' for the screen 'assessmentModal'. React Components must start with an uppercase letter. If you're passing a regular function and not a component, pass it as children to 'Screen' instead. Otherwise capitalize your component's name.