thecodingmachine / react-native-boilerplate

A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).
https://thecodingmachine.github.io/react-native-boilerplate/
MIT License
4.75k stars 864 forks source link

V4 - theme refactoring, documentation and code improvment #382

Closed JeremyDolle closed 9 months ago

JeremyDolle commented 11 months ago

Thanks a lot for the feedbacks and all the suggestions!

vbriand commented 11 months ago

You are welcome!

I have another quick suggestion to make though. While browsing through the React Navigation docs, I just noticed that they recommend against wrapping the whole app with SafeAreaView to allow more control per screen, so I guess a small refactor to take that into account could be a good idea.