djkmiles

Results 2 comments of djkmiles

Here is some sample code: ``` ImagePicker.openPicker({ width: 500, height: 707, cropping: true }).then(image => { var Upload = {_className: 'Upload', file: {url: image.path, name: 'upload.jpeg', __type: 'File'}} console.log(Upload) Auth.shared.create('Upload',...

The current version of ApolloClient works nicely with this, even the apollo-boost one, with Cognito auth. Just want to get subscriptions on there instead "self-host" MQTT over WS. ```js let...