Ted Mader

Results 21 comments of Ted Mader

Running into this issue as well. To work around this, I get the previous item and always pass it to update. ``` const previousWear = await wearEntity().get({ sub, id: input.id...

I ran into the below error last night, and my redirect did not contain a trailing slash. ``` validation error detected: Value '{cognito-idp.us-east-1.amazonaws.com/us-east-xxx=}' at 'logins' failed to satisfy constraint: Map...

@pedralho On #12044, the following step is recommended: > Use a expo.scheme different than expo.android.package (I am using a single word without symbols or special characters) However, the discussion here...

> For me the one thing that made this work was to set my intent filter simply as this in the `AndroidManifest.xml` file. Seems to fix the linking back into...

Looking for a React Native component that supports two-finger pan and zoom as well.

Anyone know an alternative to this that works with Expo?

We have an application that uses lazy-loaded descendant routes. I am running into this scenario when attempting to take advantage of the new `useMatches` hook for breadcrumbs.

> > Unfortunately, `cd $PROJECT_DIR/..` doesn't work with SENTRY setup as it has own script layer over `react-native-xcode.sh`... 😿 > > @todorone This version worked for us with Sentry using...

@narthollis did you ever find a solution to this? Looking to keep all my external dependencies on the root `package.json` to reduce version inconsistencies, while adding internal packages as explicit...

Running into the same issue on 0.72.5 **on web only.** For me, removing the `ListHeaderComponent` prop solves the issue, but I need my header content 😄 Update: Removing React Native...