mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-05 23:06:14 +00:00
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
rm -rf node_modules
|
|
yarn
|
|
cd ios
|
|
rm -rf Pods/* Podfile.lock
|
|
pod install
|