Upgrade Folly to v2020.01.13.00 (#27810)

Summary:
Upgrade Folly to v2020.01.13.00. Fixes https://github.com/facebook/react-native/issues/27640

## Changelog

[iOS] [Changed] - Upgrade Folly to v2020.01.13.00
Pull Request resolved: https://github.com/facebook/react-native/pull/27810

Test Plan: Test by building and running RNTester

Reviewed By: mdvacca

Differential Revision: D19483115

Pulled By: fkgozali

fbshipit-source-id: 4a85325a95b5f7857da75995d587218740d8b077
This commit is contained in:
Kudo Chien
2020-01-21 12:41:45 -08:00
committed by Facebook Github Bot
parent 6e2131b8fa
commit a27e31c059
24 changed files with 83 additions and 157 deletions
@@ -17,7 +17,7 @@ else
end
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
folly_version = '2018.10.22.00'
folly_version = '2020.01.13.00'
Pod::Spec.new do |s|
s.name = "React-RCTAnimation"