mirror of
https://github.com/zhigang1992/react-native-keyboard-manager.git
synced 2026-01-12 22:50:32 +08:00
8 lines
190 B
Bash
Executable File
8 lines
190 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -rf ../node_modules/
|
|
rm -rf node_modules/
|
|
yarn install
|
|
rm -rf node_modules/react-native-keyboard-manager/Sample/
|
|
rm -rf node_modules/react-native-keyboard-manager/SamplePod/
|