aws-amplify-sdk-js

Can not connect to AWS Amplify PubSub -> Socket error:undefined

青春壹個敷衍的年華 提交于 2020-05-15 21:23:07
问题 I've been trying out all ways to get the Amplify/PubSub working without any luck. It seems all the documentation are rather outdated. Here is what I have done so far. Please note all hashes are made up ;-) Created a fresh React Native app Installed amplify packages Installed Amplify CLI Invoked $ amplify configure Invoked $ amplify init Invoked $ amplify add auth Invoked $ amplify push , which created the aws-exports.js object Created a super simple component import React from 'react'; import

Can not connect to AWS Amplify PubSub -> Socket error:undefined

南笙酒味 提交于 2020-05-15 21:21:50
问题 I've been trying out all ways to get the Amplify/PubSub working without any luck. It seems all the documentation are rather outdated. Here is what I have done so far. Please note all hashes are made up ;-) Created a fresh React Native app Installed amplify packages Installed Amplify CLI Invoked $ amplify configure Invoked $ amplify init Invoked $ amplify add auth Invoked $ amplify push , which created the aws-exports.js object Created a super simple component import React from 'react'; import