I'm seeing the following warning:
"shadow*" style props are deprecated. Use "boxShadow".
It appears to be the following lines that are causing the issue:
|
shadowColor: '#000', |
|
shadowOffset: { |
|
width: 0, |
|
height: 2, |
|
}, |
|
shadowOpacity: 0.25, |
|
shadowRadius: 4, |
The documentation for the new style is here
https://reactnative.dev/docs/view-style-props#boxshadow
I'm seeing the following warning:
"shadow*" style props are deprecated. Use "boxShadow".It appears to be the following lines that are causing the issue:
react-native-map-link/src/components/popup/Popup.tsx
Lines 146 to 152 in 880789c
The documentation for the new style is here
https://reactnative.dev/docs/view-style-props#boxshadow