Grzegorz Mandziak
Grzegorz Mandziak
it started happening for me today again ? ```* What went wrong: Could not resolve all files for configuration ':react-native-spinkit:releaseCompileClasspath'. > Could not find Android-SpinKit.jar (com.github.ybq:Android-SpinKit:1.1.0). Searched in the following...
Just checked this fix and it's not fixing problem of flickering for me: ``` export default createDrawerNavigator( { BottomTabNavigation, }, { drawerType: 'slide', drawerPosition: 'left', drawerWidth: Math.round(windowWidth * 0.85), contentComponent:...
is this what you mean ? ```js tabBarComponent: withCustomStyle({ backgroundViewStyle: { ...yourStyle? } })(FlexibleTabBarComponent), ``` if you would like to adjust your inactive icon you can do for example with...
I have noticed the same issue with DOM components and rich editor, it works after new version via TestFlight is pushed then doing Expo update via `eas update`, and users...
hey, not sure if that's is me? but not sure if that got fixed but i actively updating all deps (expo had some updated recently) and I just found out...
ok, so today it broke again. I have feeling that if there is no change around that DOM component, it will work, but when you change it or something which...