nat-jones

Results 8 comments of nat-jones

Hey @mateogianolio! Same problem here. It fails to resolve or reject every time, regardless of if I have already connected to the device. I am running on IOS using Expo...

@tygoegmond Did you end up finding a fix/workaround for this?

Hey @Abhinandan-Kushwaha ! Here is the code and data. ``` const WINDOW_DIMENSIONS = useWindowDimensions(); const CHART_WIDTH = WINDOW_DIMENSIONS.width - 60; const CHART_HEIGHT = WINDOW_DIMENSIONS.height / 7; const [selectedIndex, setSelectedIndex] =...

@quememo My only workaround is to use margins of different absolute sizes on either side of the chart so it appears centered. Not ideal, but looks ok.

@Abhinandan-Kushwaha Any update on this? Still seeing the issue.

I am having this issue trying to `import { util } from '@aws-appsync/utils';` in a lambda function. Any update?

@AnilMaktala Yes. I am still experiencing this. Deleting .amplify directory is not an option for me as many of my functions import environments from .amplify/generated, so deleting would lead to...