jeffelector

Results 8 comments of jeffelector
trafficstars

> HI @mxck > > I found a solution to handle this problem. This could help others. > > here is my code > > ``` > //===================For dropdown menu=============================//...

Same Problem here ! need to change the render method on renderCountDown to this: { I18nManager.isRTL? {showSeparator && timeToShow.includes('M') && timeToShow.includes('S') ? this.renderSeparator() : null} {timeToShow.includes('S') ? this.renderDoubleDigits(timeLabels.s, newTime[3]) :...

great one ! is this merged already ?

I Have the same probleam

After upgrading to this version: 7.8.2 Maybe try to: remove all node_modules and yarn.lock (or any .lock) file you have, after this try to reinstall node_modules then: npm install &&...