Skip to content

Commit 0214a45

Browse files
Fix iOS compatibility and ViroVideo (#47)
* virovideo * update * staticlib * version bump
1 parent 8cbc581 commit 0214a45

File tree

13 files changed

+2618
-1647
lines changed

13 files changed

+2618
-1647
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*libViroReact.a filter=lfs diff=lfs merge=lfs -text

ios/Podfile

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def common_pods
22
pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
3-
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
3+
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/React/FBReactNativeSpec"
44
pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
55
pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
66
pod 'React', :path => '../node_modules/react-native/'
@@ -28,8 +28,9 @@ def common_pods
2828

2929
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
3030
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
31-
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
32-
31+
pod 'RCT-Folly', :podspec => '../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec'
32+
pod 'React-perflogger', :path=>'../node_modules/react-native/ReactCommon/reactperflogger'
33+
pod 'React-runtimeexecutor', :path=> '../node_modules/react-native/ReactCommon/runtimeexecutor'
3334
end
3435

3536
target 'ViroReact' do

0 commit comments

Comments
 (0)