fukemy

Results 258 issues of fukemy

hello. I using this code: ``` shakeAnimation.fromValue = NSValue(cgPoint: CGPoint(x:view.center.x, y:view.center.y - 4)) shakeAnimation.toValue = NSValue(cgPoint: CGPoint(x:view.center.x, y:view.center.y + 4)) ``` But the badge display wrong position. Can u help?...

Hi, im test the example but the sibling is on bottom when added, as picture below. Can u help? ![Screen Shot 2022-04-27 at 14 54 13](https://user-images.githubusercontent.com/8202437/165469402-0731d85c-6fbb-4e76-9f25-584fe4a9de8b.png) ``` import React from...

Hi, im trying to write 'react-native run-ios' but got this error: ``` const tmpDir = require('os').tmpDir(); ^ TypeError: require(...).tmpDir is not a function ``` can u help?

i tested with this line ``` fatalError() ``` but can not catch delegate, plz help

hi, after run app from store( that install and registered CrashEye). but i can not get any log when app crashed, can u help?

hi, thanks you for great lib, do u provide english version?

hi, thanks for great lib, please update for safe area, here is picture for ip 11 pr ![IMG_32D4D8434B9C-1](https://user-images.githubusercontent.com/8202437/141413633-f46ee5b7-d267-484e-92df-88aebd23171e.jpeg) m

Hi. I got problem, when i cancel request, but still got result in alamofire network function, the dataResponse can not convert to any object, it only contain **failutre**. ![screen shot...