Skip to content

Commit f51fc36

Browse files
janmonschkeFacebook Github Bot 8
authored andcommitted
remove unneeded preserve_paths declaration
Summary: The subspec for `RTCAnimation` defines a `preserve_paths` attribute of `Libraries/NativeAnimation/*.js` (https://github.com/facebook/react-native/blob/master/React.podspec#L60) but there is no JavaScript file in that repository. Linting the podspec therefore fails. The fix was to simply remove `preserve_paths` for this subspec. Closes #8626 Differential Revision: D3529959 fbshipit-source-id: b187f6ce3898493d9f6a03960caf5ec25c9e4ac2
1 parent bcf4bb6 commit f51fc36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

React.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ Pod::Spec.new do |s|
5757
s.subspec 'RCTAnimation' do |ss|
5858
ss.dependency 'React/Core'
5959
ss.source_files = "Libraries/NativeAnimation/{Nodes/*,*}.{h,m}"
60-
ss.preserve_paths = "Libraries/NativeAnimation/*.js"
6160
end
6261

6362
s.subspec 'RCTCameraRoll' do |ss|

0 commit comments

Comments
 (0)