chore: Remove react things.

feat: Change sample files url.
This commit is contained in:
崔 明辉
2021-07-06 15:35:28 +08:00
parent e9de7c0e2c
commit eff6b8803b
12 changed files with 22 additions and 455 deletions

20
Podfile
View File

@@ -6,23 +6,3 @@ target 'SVGAPlayer' do
pod 'Protobuf', '~> 3.4'
end
target 'SVGAPlayer React' do
pod 'SSZipArchive', '~> 2.1.4'
pod 'React', :podspec => 'https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec', :subspecs => [
'Core',
'ART',
'RCTActionSheet',
'RCTGeolocation',
'RCTImage',
'RCTNetwork',
'RCTSettings',
'RCTText',
'RCTVibration',
'RCTWebSocket',
'RCTLinkingIOS',
]
pod 'Yoga'
end