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

Android execute fails #25

Closed matf8 closed 1 year ago

matf8 commented 1 year ago

Im not being able to use phosphor-react-native on emulator android whilst real android & ios works perfectly fine. emulator ios on mate's mac also fine.

using expo ~46.0.13 and Typescript 4.3.5; I've tested in API 30 up to 33, pixel & nexus phones. Tried downgraded versions of phosphore without success

steps to reproduce:

  1. npx create-expo-app . -t expo-template-blank-typescript
  2. npm install --save phosphor-react-native
  3. edit app.tsx with some icon
  4. npx expo install react-native-svg (if not having err on ios but why? if this dependency is in the package.json of phosphor-react-native)
  5. npx expo install
  6. press a to android start (somethin like this shows up Opening on Android... › Opening exp://192.168.1.13:19001 on Galaxy_Nexus_API_33) and after expo bundle App.js, an error like those always appears

otro ff error

There's some workaround over there? thx