manelsanz

Results 4 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()`.

Now works... was the damned delimiter! Was \r instead of \n.... Why we need a delimiter? What I can do if I want all string without cut it!? Put ""...