Summary: Hey there, congrats on the launch - we use React Native at Artsy, and I've been wondering about what Yoga + Jest Snapshots for RN looks like but haven't had the time to explore that yet. With https://github.com/CocoaPods/cocoadocs.org/pull/501 I added the ability to customize the location of the README for the front-page of the CocoaPods site. That is being deployed as I speak, so it should be available the next time you decide to ship a version of Yoga. I also fixed the capitalisation of CocoaPods, and removed a redundant CocoaPods badge on your initial README. Closes https://github.com/facebook/yoga/pull/366 Reviewed By: emilsjolander Differential Revision: D4488011 Pulled By: dshahidehpour fbshipit-source-id: 6c0c4efc23a69e1fcb936214b159b49217218b49
23 lines
1.0 KiB
Markdown
23 lines
1.0 KiB
Markdown
# YogaKit
|
|
|
|
[](https://cocoapods.org/pods/YogaKit)
|
|
[](https://facebook.github.io/yoga/docs/api/yogakit/)
|
|
[](https://facebook.github.io/yoga/docs/api/yogakit/)
|
|
|
|
## Installation
|
|
YogaKit is available to install via [CocoaPods](https://cocoapods.org/).
|
|
|
|
```
|
|
pod 'YogaKit', '~> 1.0.2'
|
|
```
|
|
|
|
## Getting Started
|
|
Checkout the docs [here](https://facebook.github.io/yoga/docs/api/yogakit/).
|
|
|
|
We also have a sample project. To try it out, clone this repo and open `YogaKitSample.xcodeproj` in the [YogaKitSample](https://github.com/facebook/yoga/tree/master/YogaKit/YogaKitSample) directory.
|
|
|
|
## Contributing
|
|
We welcome all pull-requests! At Facebook we sync the open source version of `YogaKit` daily, so we're always testing the latest changes.
|
|
|
|
See the [CONTRIBUTING](https://github.com/facebook/yoga/blob/master/CONTRIBUTING) file for how to help out.
|