MJ Abadilla
MJ Abadilla
@gustavjf for now I'm using `'import/no-unresolved': [2, { ignore: ['.png$', '.webp$', '.jpg$'] }]`, to ignore until this issue is fixed.
try `npm install ../Core/aws-sdk-react-native-core-0.0.1`
Are there workarounds? Ty
@brunitob great that works! Thank you. Don't forget to add env after heroku create, :) `ITC_APP_ID`, `ITC_USER`, `ITC_PASSWORD`
@bladey Ah thanks for this, I will try to get back to this later.
Did some investigations, I was not able to figure w/c code the problem is because of limited time but.. Same problems when I tried a 2nd twitter account and different...
@bladey, Apologies for delay on this. Just want to confirm twitter.js is trying to access `JSON.parse(data.profile._raw).entities.url.urls` this results on `'TypeError: Cannot read property 'urls'` this is the image of the...
Just change the nodejs6.10 strings to nodejs8.10, I also have to recreate the analytics backend with `amplify remove analytics && amplify add analytics` cause the I was getting a consistent...