tokkozhin / react-native-neomorph-shadows

Shadows and neumorphism/neomorphism for iOS & Android (like iOS).
MIT License
810 stars 95 forks source link

Cannot read property 'style' of undefined #68

Open kneeraj1996 opened 1 month ago

kneeraj1996 commented 1 month ago

Description :- After integrating the plugin, on Run time, app crashing with issue, "Cannot read property 'style' of undefined". Please check the screenshot:-

Screenshot 2024-10-17 at 11 25 05

Environment:- System: OS: macOS 14.2 CPU: (8) arm64 Apple M1 Memory: 135.63 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 21.2.0 path: /usr/local/bin/node Yarn: version: 1.22.22 path: ~/Documents/patient/node_modules/.bin/yarn npm: version: 10.2.3 path: /usr/local/bin/npm Watchman: version: 2024.05.06.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.15.2 path: /Users/ai/.rbenv/shims/pod SDKs: iOS SDK: Platforms:

pawan-pk commented 1 month ago

Due to deprecated of ViewPropsType from react native it happened, you will fix using deprecated-react-native-prop-types package and create patch according.