manelsanz

Results 3 comments of manelsanz

I have the same problem. And I take advantage to ask for a global listener for detect orientation changes, in order to set current orientation on Redux when it changes...

@marudy I want to register a global listener in order to know when screen orientation changes. On this listener, I would store the new orientation on Redux so through all...

A workaround I did was setting a key "language" on redux store and importing it on all components and that produces a rerender, or directly forcing update with `this.forceUpdate()`.