Manuel Schiller
Manuel Schiller
How about adding a bug report template in the example app? I got the idea from rnmapbox: https://github.com/rnmapbox/maps/blob/main/example/src/examples/BugReportExample.js
I just ran `yarn clang-format` and it reformatted over 50 files. I assume this is caused by the fact that this project does not contain a .clang-format file; so the...
This fixes https://github.com/goatandsheep/react-native-dotenv/issues/251#issuecomment-1066200376 react-native sets the `NODE_ENV` **after** this transformation happens. Code that directly access `process.env.NODE_ENV` was replaced by `babelMode` during transformation (if latest babel was used) or by `undefined`....
https://user-images.githubusercontent.com/6340397/117680607-9ca02200-b1b1-11eb-851b-f30ab92622b6.mp4 # Bug I added a backdrop to the "Dynamic Snap Point" example and experienced flickering of the backdrop when: - bottom sheet is mounted - content height is increased...
## Description I try to set the fill color of an SVG element via `useAnimatedProps`. The color's string value seems to be interpreted as an array instead of a plain...
added separate package "@tanstack/router-generator" that both "@tanstack/router-cli" and "@tanstack/router-vite-plugin" depend on fixes #996
…in undefined
I would like to implement token exchange as described here: https://shopify.dev/docs/apps/auth/get-access-tokens/token-exchange @tolgap do you have recommendations how nestjs-shopify should be structured for this feature? e.g. we could either - add...