Chris Parjaszewski

Results 6 issues of Chris Parjaszewski

Hello, I have a question - do you support HEIC format (the default format on the mobile / iOS devices)?

Hello, I've written this simple script: ``` const _fulfillment = eBay.factory.createSellApi().fulfillment; _fulfillment.getOrders().then(item => { console.log(JSON.stringify(item, null, 2)); }).catch(e => { console.error(JSON.stringify(e)); }); ``` And am getting this error: ``` EBayAccessDenied:...

My application is written in React Native. How should I bind this library with my app? Any clue?

JavaScript logo to address the fact ECMAScript 6 is there, any thoughts?

Every day I'm trying to log time spent on an issues and when I do - the notifications are not being spent. It's important for me, because I'm using comment...

When I'm running my iOS application using XCode in the log file I can see the messages in Portuguese. https://github.com/globocom/react-native-ua/blob/9a96a5ba39365c4919de7e89ba19364a479ae0d1/ios/ReactNativeUAIOS/ReactNativeUAIOS.m#L131 I think these should be translated to English, as it's...