eftalyurtseven / react-native-wheel-of-fortune

React Native Wheel of Fortune Plugin
103 stars 89 forks source link

Fix: knob.png not found #35

Open khalil7898 opened 2 years ago

khalil7898 commented 2 years ago

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch react-native-wheel-of-fortune@1.5.4 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-wheel-of-fortune/assets/images/knob.png b/node_modules/react-native-wheel-of-fortune/assets/images/knob.png
new file mode 100644
index 0000000..78832cc
Binary files /dev/null and b/node_modules/react-native-wheel-of-fortune/assets/images/knob.png differ

This issue body was partially generated by patch-package.

cgryldrm1247 commented 1 year ago

Hello ı have the same issue how can ı solve that