phosphor-react-native
phosphor-react-native copied to clipboard
phosphor-icons for react-native. A flexible icon family for React Native
When I install the library and try to run the app "npx expo start" using android, the app crashes and don't run again:  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 
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. 
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...
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...