Closed Niryo closed 3 months ago
Issue comes from here: https://github.com/wix/react-native-navigation/blob/master/lib/Mock/Layouts/ParentNode.ts#L46-L48 We don't set the topbar title anywhere in this mock.. so it might come from there (this.data.options.topBar.title)
this.data.options.topBar.title
looks like e2e tests fail as well, so maybe it actually works? I need to check it against production and see what happens. closing for now
Issue comes from here: https://github.com/wix/react-native-navigation/blob/master/lib/Mock/Layouts/ParentNode.ts#L46-L48 We don't set the topbar title anywhere in this mock.. so it might come from there (
this.data.options.topBar.title
)