mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 21:47:56 +00:00
8d30519efc
- 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
11 lines
245 B
TypeScript
11 lines
245 B
TypeScript
/**
|
|
* Blockchain utilities and helpers
|
|
*
|
|
* This module provides common blockchain interaction utilities
|
|
* that can be used across web and mobile applications.
|
|
*/
|
|
|
|
export * from './pezkuwi';
|
|
|
|
// Add more blockchain utility exports as needed
|