phosphor-react-native icon indicating copy to clipboard operation
phosphor-react-native copied to clipboard

phosphor-icons for react-native. A flexible icon family for React Native

Results 20 phosphor-react-native issues
Sort by recently updated
recently updated
newest added

When I install the library and try to run the app "npx expo start" using android, the app crashes and don't run again: ![image](https://user-images.githubusercontent.com/22616441/226999105-c14a081b-b706-4109-834f-eafa12631ffb.png) only works in Expo Go usind...

I'm experiencing a conflict between the library's gesture detection and the "Drawer Navigator" in my app. When I drag an icon in my app, it triggers the "Drawer Navigator" to...

There are a lot of icons added recently to the collection as seen on the official site (https://phosphoricons.com/). Need support for those added icons in this library.

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...

There are new icons for the web version. Is there any prospect of adding them to the React Native version?

Hi guys, can you please add the testID to the icons? Thanks ![image](https://github.com/duongdev/phosphor-react-native/assets/30758309/1619f604-7e74-4f81-8dde-756614c4f794)

ERROR Invariant Violation: View config getter callback for component `path` must be a function (received `undefined`). Make sure to start component names with a capital letter. ![bug](https://github.com/duongdev/phosphor-react-native/assets/105120958/43638d1d-8683-4855-9046-8543dbe249ad)

Currently, when we import icons like this `import { Horse, Heart, Cube } from 'phosphor-react-native';` it results in a big bundle size because of importing all the icons, even if...

enhancement
help wanted

Hi šŸ‘‹ I’m currently developing an Expo 54 app using React Native 0.81.5, React 19.1.0, and `phosphor-react-native`. Whenever I render icons from Phosphor, I get this runtime error in development:...

Looks like #62 addressed that, but I think because `IconBase` explicitly passes a `className` to the main `` component then any other `className`s passed to the icons never makes it...