You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried changing the <Appbar.Content title={tradingPair} /> in app.js to the following:
<Appbar.Content title={tradingPair} titleVariant="'titleMedium'" />
But the error still exists
Environment
software
version
OS
windows 11
ios
x
android
9
react-native
0.76.5
react-native-paper
^5.12.5
node
v18.20.5
yarn
1.22.22
expo sdk
x.
The text was updated successfully, but these errors were encountered:
Nothing helped from the linked issue. Downgrading to 5.12.3 helped, it works ok now
That's a good news.
I firstly found that there's some problem with MD3 theme, and finally, I spread fonts of my theme according to what that link listed, that works for me.
Current behaviour
After yarn react-native run-android is run, the following error occurs:
Preview
index.js
App.js
My attempt
I tried changing the <Appbar.Content title={tradingPair} /> in app.js to the following:
<Appbar.Content title={tradingPair} titleVariant="'titleMedium'" />
But the error still exists
Environment
The text was updated successfully, but these errors were encountered: