callstack / react-native-paper

Material Design for React Native (Android & iOS)
https://reactnativepaper.com
MIT License
12.49k stars 2.05k forks source link

react native project, react-native-vector-icons installed, does not display properly, shows "? #4377

Open iceycc opened 2 months ago

iceycc commented 2 months ago

Current behaviour

The installation documentation came step by step, without using Expo

mac pro : Apple M2 Max

    "react": "18.2.0",
    "react-native": "0.73.6",
    "react-native-paper": "^5.12.3",
    "react-native-safe-area-context": "^4.9.0",
    "react-native-vector-icons": "^10.0.3"

Expected behaviour

How to reproduce?

Preview

image image

What have you tried so far?

Your Environment

software version
ios x
android x
react-native 0.73.6
react-native-paper 5.12.3
node 18.17.0
npm or yarn yarn
expo sdk x.x.x
DevInnothoughts commented 2 months ago

I have same issue with DataTable.Pagination.. Please solve this issue...

seb-zabielski commented 1 month ago

Hey @DevInnothoughts @iceycc Are you sure you have followed all the steps required to install react-native-vector icons? There are some platform-specific steps. You can read more in the documentation https://github.com/oblador/react-native-vector-icons#installation

dannydj commented 3 weeks ago

I have the same issue

seb-zabielski commented 2 weeks ago

@dannydj Are you using Expo or react native cli?

dannydj commented 2 weeks ago

@seb-zabielski I solved with this: https://github.com/callstack/react-native-paper/issues/4295