Juan B. Rodriguez
Juan B. Rodriguez
I got the same warning for other components as well - ProgressCircle - withAnimation(ProgressCircle) - CircleSnail
the underlying library maintainer is removing uses of the apis that trigger the warning (he doesn't seem willing to include a privacy manifest in his library) last change was made...
@scags9876 have you published your 'fork' to npm ? If that's not the case, how can one use your code directly from github (since the compiled lib doesn't exist in...
this is happening to us, but on android 11 ``` 07-24 12:44:34.642 24057 24104 E WM-WorkerWrapper: Work [ id=e7e00f8d-6d48-41fe-a83c-8450356624b7, tags={ FOCUS_LOST_WORKER_TAG, com.onesignal.OSFocusHandler$OnLostFocusWorker } ] failed because it threw an exception/error...
@Shivemmer it seems sdk related, not sure it can be worked around, i opened another issue here https://github.com/OneSignal/react-native-onesignal/issues/1534
in our case, there's no crash in the os logs, the permission dialog shows up but then the app gets stuck, it just hangs, buttons in the dialog do nothing...
i could eventually look into it, but need some info https://github.com/jbrodriguez/unbalance/issues/50#issuecomment-1073410141
will not be working on this myself, i will accept a pr though
hi, i re-read the subject and i will not work on this, this would require some per-user logic (what does "old" mean?, and so on) which makes it not easy...
@glisom the issue with piexifjs is that the entire image blob traverses the bridge twice: - the first time to read it into javascript space - the second time to...