Muhammed B. Aydemir
Muhammed B. Aydemir
same, this only happens for me in ios
For me its only laggy when I run my app in the simulator and remote js debugging is on, which is not realy a problem
Hi there, I had the same issue. After some digging and experimenting, I got it to work by changing `{formatText(progressValue)}` in line 187 at Circle.js (node_modules\react-native-progress\Circle.js) to `{progress ? formatText(progress._value)...
Any ideas folks, I currently got my release without hermes, but I would prefer hermes for obvious reasons. Can't figure out what the cause is, since the error tells realy...
I solved it by adding an event listener to Dimensions and changing device width and height whenever the orientation changes. Following is the altered LightboxOverlay.js: ``` import React, { Component...