LIVE-30581 Podfile 文件跟 github 仓库对齐
Showing
... | ... | @@ -7,7 +7,8 @@ target 'PolyvRNCloudClassDemo' do |
pod 'SDWebImage', '4.4.0' | ||
pod 'PolyvCloudClassSDK', '0.14.0' | ||
#pod 'RNReanimated', :path => '../node_modules/react-native-reanimated' | ||
#pod 'RNGestureHandler', :path => '../node_modules/react-native-gesture-handler' | ||
# 执行 npm install 命令之后,有可能会自动生成下面这两行配置,需要把这两行配置删掉或者注释掉 | ||
# pod 'RNReanimated', :path => '../node_modules/react-native-reanimated' | ||
# pod 'RNGestureHandler', :path => '../node_modules/react-native-gesture-handler' | ||
end |
Please
register
or
sign in
to comment