Oleg Derecha

Results 6 comments of Oleg Derecha

> so using bind-theme="customTheme" and $scope.customTheme = { loadOnInit:true } was able to solve my problem. Excellent, thank you! I set **bind-theme="{loadOnInit: true}"** in markup.

Let's solve it together here: https://github.com/wix/react-native-navigation/issues/7506#issuecomment-1160668701

Ok, guys, let's resolve it together. Based on this commit https://github.com/wix/react-native-navigation/commit/bafe9979abfeb6c651808c17eb13b36715abb8da I found, that the issue is in `lib/ios/TabBarItemAppearanceCreator.m` file. If comment on these 2 lines: ``` - (void)setTitleAttributes:(UITabBarItem *)tabItem...

@zzorba , do you have a code solution for this? If your solution handles the real issue (not like mine, seems), we can create a PR to RNN then.

The solution is here https://github.com/c19354837/react-native-system-setting/issues/134 on the native side (because the event name that listens to the volume change event doesn't work anymore). But nobody still created the pull request...

> https://stackoverflow.com/a/72298091/551744 Change the line in AndroidManifest.xml Old line `android:windowSoftInputMode="adjustResize"` New line `android:windowSoftInputMode="stateAlwaysHidden|adjustPan"`