mirror of
https://github.com/zhigang1992/react-native-keyboard-manager.git
synced 2026-04-28 20:35:01 +08:00
8 lines
142 B
Bash
Executable File
8 lines
142 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf ../node_modules/
|
|
rm -rf node_modules/
|
|
rm yarn.lock
|
|
yarn install
|
|
rm -rf node_modules/react-native-keyboard-manager/Sample/
|