Skip to content

Commit e6ed072

Browse files
committed
Use install_modules_dependencies
1 parent 1169935 commit e6ed072

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

RNCAsyncStorage.podspec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,7 @@ Pod::Spec.new do |s|
2626
s.platforms = { ios: '13.4', tvos: '11.0', :osx => "10.15" }
2727
s.compiler_flags = folly_compiler_flags + ' -DRCT_NEW_ARCH_ENABLED'
2828

29-
s.dependency "React"
30-
s.dependency "React-RCTFabric" # This is for fabric component
31-
s.dependency "React-Codegen"
32-
s.dependency "RCT-Folly"
33-
s.dependency "RCTRequired"
34-
s.dependency "RCTTypeSafety"
35-
s.dependency "ReactCommon/turbomodule/core"
29+
install_modules_dependencies(s)
3630
else
3731
s.platforms = { :ios => "9.0", :tvos => "9.2", :osx => "10.14" }
3832

0 commit comments

Comments
 (0)