Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
[Dev] Added RCTAnimation subspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahscott committed May 31, 2017
1 parent b22b2f2 commit a349081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target 'Emission' do
pod 'Emission', :path => '../'

# As this runs dev, we need the developer web socket
pod 'React', :path => react_path, :subspecs => %w(DevSupport BatchedBridge)
pod 'React', :path => react_path, :subspecs => %w(DevSupport BatchedBridge RCTAnimation)
pod 'Yoga', :path => yoga_path

pod 'SentryReactNative', :path => sentry_path
Expand Down
5 changes: 4 additions & 1 deletion Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ PODS:
- React/Core
- React/RCTWebSocket
- React/jschelpers_legacy (0.45.0-rc.1)
- React/RCTAnimation (0.45.0-rc.1):
- React/Core
- React/RCTImage (0.45.0-rc.1):
- React/Core
- React/RCTNetwork
Expand Down Expand Up @@ -160,6 +162,7 @@ DEPENDENCIES:
- FLKAutoLayout
- React/BatchedBridge (from `../node_modules/react-native`)
- React/DevSupport (from `../node_modules/react-native`)
- React/RCTAnimation (from `../node_modules/react-native`)
- React/RCTTest (from `../node_modules/react-native`)
- SAMKeychain
- SentryReactNative (from `../node_modules/react-native-sentry`)
Expand Down Expand Up @@ -208,6 +211,6 @@ SPEC CHECKSUMS:
UIView+BooleanAnimations: a760be9a066036e55f298b7b7350a6cb14cfcd97
Yoga: 63e64d6f9a277e67f3f2adf9643d0ecddd52f5ca

PODFILE CHECKSUM: f86e398d12638ef028cf2b2f172dfc1fe98d2371
PODFILE CHECKSUM: 7c0787efc3a67f7cca8be151b231259e55b26cb4

COCOAPODS: 1.2.1

0 comments on commit a349081

Please sign in to comment.