Is this a good structure to use react native paper in my app? #4219
Unanswered
JoaoHamerski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a folder
./src/styles/
to keep all my component styles.Within that folder I put a file with the respective components name:
App.jsx
./src/styles/App.style.js
fileThis is the content of this file:
Then in my component I use it like this:
I wonder if this is a good approach or it may lead to performance problems.
Beta Was this translation helpful? Give feedback.
All reactions