duongdev / phosphor-react-native

phosphor-icons for react-native. A flexible icon family for React Native
https://www.npmjs.com/package/phosphor-react-native
MIT License
174 stars 21 forks source link

Invariant Violation Error #20

Closed gideaoms closed 1 year ago

gideaoms commented 1 year ago

Hi,

congratulations on this lib.

I created a project using npx create-expo-app --template bare-minimum ProjectExample, when I run it using npx expo start it works fine, but when I run it using npx expo run:android I get the following error: Invariant Violation: requireNativeComponent: "RNSVGRect" was not found in the UIManager.

gideaoms commented 1 year ago

I fixed it installing svg: expo install react-native-svg