mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-11 09:15:56 +00:00
6 lines
85 B
Bash
6 lines
85 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
pkill -f 'react-native start'
|
||
|
|
||
|
react-native start --reset-cache
|