Skip to content

Commit 9c8aab5

Browse files
committed
add react view manager.
1 parent 3db65ed commit 9c8aab5

24 files changed

Lines changed: 546 additions & 2349 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pods/*

Podfile

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@ platform :ios, '8.0'
22

33
target 'SVGAPlayer' do
44

5-
pod "SSZipArchive"
5+
pod 'SSZipArchive'
66

77
end
88

9+
target 'SVGAPlayer React' do
10+
11+
pod 'SSZipArchive'
12+
pod 'React', :podspec => 'https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec', :subspecs => [
13+
'Core',
14+
'ART',
15+
'RCTActionSheet',
16+
'RCTGeolocation',
17+
'RCTImage',
18+
'RCTNetwork',
19+
'RCTSettings',
20+
'RCTText',
21+
'RCTVibration',
22+
'RCTWebSocket',
23+
'RCTLinkingIOS',
24+
]
25+
pod 'Yoga'
26+
27+
end

Podfile.lock

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,58 @@
11
PODS:
2+
- React/ART (0.45.1):
3+
- React/Core
4+
- React/Core (0.45.1):
5+
- React/cxxreact
6+
- Yoga
7+
- React/cxxreact (0.45.1):
8+
- React/jschelpers
9+
- React/jschelpers (0.45.1)
10+
- React/RCTActionSheet (0.45.1):
11+
- React/Core
12+
- React/RCTGeolocation (0.45.1):
13+
- React/Core
14+
- React/RCTImage (0.45.1):
15+
- React/Core
16+
- React/RCTNetwork
17+
- React/RCTLinkingIOS (0.45.1):
18+
- React/Core
19+
- React/RCTNetwork (0.45.1):
20+
- React/Core
21+
- React/RCTSettings (0.45.1):
22+
- React/Core
23+
- React/RCTText (0.45.1):
24+
- React/Core
25+
- React/RCTVibration (0.45.1):
26+
- React/Core
27+
- React/RCTWebSocket (0.45.1):
28+
- React/Core
229
- SSZipArchive (1.2)
30+
- Yoga (1.5.0)
331

432
DEPENDENCIES:
33+
- React/ART (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
34+
- React/Core (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
35+
- React/RCTActionSheet (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
36+
- React/RCTGeolocation (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
37+
- React/RCTImage (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
38+
- React/RCTLinkingIOS (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
39+
- React/RCTNetwork (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
40+
- React/RCTSettings (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
41+
- React/RCTText (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
42+
- React/RCTVibration (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
43+
- React/RCTWebSocket (from `https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec`)
544
- SSZipArchive
45+
- Yoga
46+
47+
EXTERNAL SOURCES:
48+
React:
49+
:podspec: https://raw.githubusercontent.com/yyued/react-native-runtime-ios/0.45.1/React.podspec
650

751
SPEC CHECKSUMS:
52+
React: 505e0132cd9aaba1a56e47ef509220dd794ec9be
853
SSZipArchive: 251093c65f98d6ea282c50bc404bfa631d9fd721
54+
Yoga: 6c3e934140e85babb68d17f85e1363d7d3b023c6
55+
56+
PODFILE CHECKSUM: 7583a464baac51f76d5deb4e6c1333f7eaf90881
957

10-
COCOAPODS: 0.39.0
58+
COCOAPODS: 1.2.0

Pods/Manifest.lock

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)