Matt V
Matt V
This is happening for me when trying to run `npx react-native --verbose` in a folder that is within another project that has a `package.json` (a monorepo). I noticed that I...
I just ran into this issue. Without this PR, linters show an error if you try to use `scrollIntoView`
I just spent 45 minutes debugging why the bottom sheet wasn't displaying. Finally it occurred to me it could be behind my `fullScreenModal`. Sure enough removing `presentation: 'fullScreenModal'` for the...
CR+LF lead to 1 new line, but browsers count it as 2 characters. To reproduce, go to your jsfiddle http://jsfiddle.net/pioul/ysC7L/ and type "line" and Enter into the maxlength=50 text area...
I ran into issues with symlinks in a monorepo when upgrading from 0.71.* to 0.72.*. This was working previously with `rnx-kit` and I was unsure what my new metro config...
I am seeing the same issue where all that is loaded in the addon panel is a loading spinner. I am not using Vite. ```json "storybook": "^7.5.1", "storybook-addon-theme-playground": "^3.1.0", ```
New architecture is on by default in 0.76. Did you leave it on? Did you have it off before? I suspect it is an issue with stripe-react-native not supporting new...