question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Doesn't work with pre Expo 30 app

See original GitHub issue

Before filling out an issue, be sure to check the version of react-native-elements you are using and the docs for that version over here.

Explain what you did What you were trying to accomplish. Trying to use react native elements on an expo app

Expected behaviour No error

Describe the bug Received Unable to resolve "@expo/vector-icons/AntDesign" from "node_modules/react-native-elements/src/helpers/getIconType.js"

Possible Solution Can you suggest a possible fix that would address this issue? It seems AntDesign is only available on newer version of react-native-icons, so I tried https://react-native-training.github.io/react-native-elements/docs/troubleshooting.html#using-an-expo-app-create-react-native-app-or-expo-xde, got different error Unable to resolve "expo-font" from "node_modules/@expo/vector-icons/createIconSet.js" because I’m using SDK 28 that doesn’t include expo-font.

Screenshots If applicable, add screenshots to help explain your problem.

Your Environment (please complete the following information):

software version
react-native-elements 1.0.0
react-native
npm or yarn

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
acsel1985commented, Mar 28, 2019

I’m install react-native-vector-icons and this resolve this bug. (npm i react-native-vector-icons --save)

1reaction
zeulbcommented, Jan 29, 2019

@iRoachie can you suggest a temporarily fix for this? I would like to use v1.0.0 feature on my app if possible

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable build application with EAS build #12845 - expo/expo
npmrc in the project root doesn't work. I have to ready instruction to find the way is adding an script eas-build-pre-install into my...
Read more >
Can't load expo app: Something went wrong - Stack Overflow
Go to Settings > Apps > Application Manager > Expo; Scroll down to Draw over other apps and toggle it off and then...
Read more >
Custom fonts - Expo Documentation
Custom fonts. Learn about using custom fonts, supported font formats for each platform and loading them. Both Android and iOS and most desktop...
Read more >
App Previews - App Store - Apple Developer
Show More with App Previews. Engage users with short videos of your iOS, macOS, or tvOS app in action, directly on the App...
Read more >
Youtube outages reported in the last 24 hours - Downdetector
Real-time problems and status for Youtube UK. Can't log in? Is the app not working properly? Here you see what is going on....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found