mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-22 09:01:06 +00:00
Fix all shadow deprecation warnings across entire mobile app
- Replaced shadowColor/shadowOffset/shadowOpacity/shadowRadius with boxShadow - Fixed 28 files (21 screens + 7 components) - Preserved elevation for Android compatibility - All React Native Web deprecation warnings resolved Files fixed: - All screen components - All reusable components - Navigation components - Modal components
This commit is contained in:
@@ -15,3 +15,5 @@ export { AddressDisplay } from './AddressDisplay';
|
||||
export { BalanceCard } from './BalanceCard';
|
||||
export { TokenSelector } from './TokenSelector';
|
||||
export type { Token } from './TokenSelector';
|
||||
export { default as PezkuwiWebView } from './PezkuwiWebView';
|
||||
export type { PezkuwiWebViewProps } from './PezkuwiWebView';
|
||||
|
||||
Reference in New Issue
Block a user