Made YogaKitSample build again, use cocoapods, add icon images.
Summary: The Sample app needed some love. It wouldn't build because of some import errors, adding files is very manual, and it looked bad. I have fixed all of these things. Reviewed By: amonshiz Differential Revision: D4508624 fbshipit-source-id: bda40defb167ef871d8d0d5bb853d8905b9682d8
This commit is contained in:
committed by
Facebook Github Bot
parent
56d06e27cf
commit
f2c41f366f
5
YogaKit/YogaKitSample/Podfile
Normal file
5
YogaKit/YogaKitSample/Podfile
Normal file
@@ -0,0 +1,5 @@
|
||||
use_frameworks!
|
||||
|
||||
target 'YogaKitSample' do
|
||||
pod 'YogaKit', :path => '../../YogaKit.podspec'
|
||||
end
|
Reference in New Issue
Block a user