himelbrand / react-native-numeric-input

a stylish numeric input for react native
MIT License
148 stars 102 forks source link

I have issue with icons #93

Open hypesol opened 10 months ago

hypesol commented 10 months ago

I am using numeric input in my project below are details of that

"react-native-numeric-input": "^1.9.1",
"react-native-vector-icons": "^10.0.0",
image

I have issue with Icons which are not appearing please see the screenshot.

guide me what is the problem with this and how can i solve this

Thanks

didac-wh commented 9 months ago

Feel free to use my fork which should fix this error:

package.json:

 "dependencies": {
    ...
    "react-native-numeric-input": "https://github.com/didac-wh/react-native-numeric-input.git"

Install dependencies and rebuild

AdarshShine commented 6 months ago

Not Working, Any other idea for fixing this issue