mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
4a3694c831
- 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
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
# Wrapper to run node with Yarn PnP support
|
|
cd /home/mamostehp/pwap/mobile
|
|
exec yarn node "$@"
|