fukemy
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?  ``` 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  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...