Doesn't work with pre Expo 30 app
See original GitHub issueBefore 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:
- Created 5 years ago
- Reactions:6
- Comments:9 (1 by maintainers)

Top Related StackOverflow Question
I’m install
react-native-vector-iconsand this resolve this bug. (npm i react-native-vector-icons --save)@iRoachie can you suggest a temporarily fix for this? I would like to use v1.0.0 feature on my app if possible