Tom Conroy

Results 42 issues of Tom Conroy

**Describe the bug** On Windows, pressing CMD+L will have Windows lock the machine. **Expected behavior** I would expect it instead to match CMD+L behavior on macOS, which selects the address...

bug

Awesome job on this, easily one of the better RN image viewers out there right now! I am rendering my image in a modal (iOS) and I noticed that I...

Just grabbed _grid.scss and threw it into my project running SASS v.3.4.16 and getting the following error: `[gulp-sass] invalid selector for @extend on line 217 in _grid.scss` the line in...

I have a form that has two fields (login, and password), with both values saved to autofill on mobile chrome @ ios11. - without this decorator, both fields will be...

**Is your feature request related to a problem? Please describe.** I would like to be able to "nest" action sheets in a way where clicking on one sheet item will...

enhancement

Hi! Wondering if it's possible to get type safety out of the helper methods exposed by this library. i.e, if you define types in your Navigators like so: ``` export...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Code of Conduct - [X] I agree to follow this project's Code of...

I'm seeing the below error in an Expo (SDK51) project: ``` Unable to resolve module ./icons/PushPinSimpleSlash from /Users/tom/Code/projectg/node_modules/phosphor-react-native/src/index.tsx: None of these files exist: * node_modules/phosphor-react-native/src/icons/PushPinSimpleSlash(.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.mjs|.native.mjs|.mjs|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.cjs|.native.cjs|.cjs|.ios.scss|.native.scss|.scss|.ios.sass|.native.sass|.sass|.ios.css|.native.css|.css) * node_modules/phosphor-react-native/src/icons/PushPinSimpleSlash/index(.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx|.ios.mjs|.native.mjs|.mjs|.ios.js|.native.js|.js|.ios.jsx|.native.jsx|.jsx|.ios.json|.native.json|.json|.ios.cjs|.native.cjs|.cjs|.ios.scss|.native.scss|.scss|.ios.sass|.native.sass|.sass|.ios.css|.native.css|.css) 923 | export...

**Is your feature request related to a problem? Please describe.** trpc allows you to provide a [Zod](https://zod.dev/) schema to the `input()` argument for mutations: ```tsx export const exampleRouter = createRouter({...

enhancement

**Describe the bug** tailwind-style animations such as `active:translate-x-0` or `active:translate-y-0` don't seem to be working. Others, like `active:opacity-75` work, but do not respect any animation duration. **To Reproduce** Example component:...