react-native-native-navigation
react-native-native-navigation copied to clipboard
Check update style calls on backgrounded views
If a stack has multiple views, calling updateStyle on all three of them shouldn't have unexpected results. Imagine three views, with three different titles and js trying to change all of these title to another language. You shouldn't see the first view's title on the third view.