oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.31k stars 2.12k forks source link

Icons dont show up when device is offline or out of USB(Android only). #1462

Closed Adrielripoll closed 1 year ago

Adrielripoll commented 1 year ago

Icons work fine when device is connected in USB or wifi emulator are turned on. But when disconnected, icons dont show up and console throws "Unhandled promise rejection" message. I did follow all steps to install lib on Android, even manually steps.

"react-native-vector-icons": "^9.2.0",
"react-native": "0.68.2",
"expo": **"^45.0.0"**

Emulator wifi turned off or phisical device disconnected from usb.

Anotação 2022-10-03 153801 Anotação 2022-10-03 153816 Anotação 2022-10-03 153919

Emulator wifi on or phisical device connected.

Anotação 2022-10-03 153856 (2)

Adrielripoll commented 1 year ago

After build .apk, icons shows up nice.

SunnyAureliusRichard commented 1 year ago

@Adrielripoll I can confirm the icons show when using the built .apk, but this is not a solution. Can you reopen the issue?