React Native and Expo #375
Answered
by
haydenbleasel
lucianodecezare
asked this question in
Q&A
-
|
Will react preset be good with react native with expo? Someone tested it? |
Beta Was this translation helpful? Give feedback.
Answered by
haydenbleasel
Nov 6, 2025
Replies: 2 comments
-
|
Hey @lucianodecezare I heard in #218 that it works great with React Native. There may be some rules that need overriding - if you decide to give it a go, I'd love to know what rules they are so I can add RN as an officially supported preset 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lucianodecezare
-
|
I'm testing and pretty happy at the moment. This is my {
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["ultracite/core", "ultracite/react"],
"linter": {
"rules": {
"style": {
"useConsistentTypeDefinitions": "on",
},
"suspicious": {
"noConsole": "on"
}
}
},
"javascript": {
"globals": ["jest"]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @lucianodecezare I heard in #218 that it works great with React Native. There may be some rules that need overriding - if you decide to give it a go, I'd love to know what rules they are so I can add RN as an officially supported preset 🙏