codeforbtv / cvoeo-app

The "Money on My Mind" app helps CVOEO's Reach-Up clients stay on track with their personal finance coaching.
Apache License 2.0
11 stars 4 forks source link

added eslint flow rules and plugin #142

Closed johnneed closed 5 years ago

johnneed commented 5 years ago

added flow rules to eslint for better error reporting

johnneed commented 5 years ago

@jbpayne This pull didn't remove the SafeAreaView, It just remove the import because it wasn't being used.

We can use SafeAreaView or the Native Base Container. To be honest I'm not sure which is best. We should test NB Container on an iPhoneX to see if we need SafeAreaView.

Maybe that should be a seperate issue.