Summary: document does not exist any more Pull Request resolved: https://github.com/facebook/yoga/pull/873 Reviewed By: yungsters Differential Revision: D40060142 Pulled By: yungsters fbshipit-source-id: 51a5c2ba7d8b658fe30d2cdbb28aa6d544899caa
22 lines
981 B
Markdown
22 lines
981 B
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.7'
|
|
```
|
|
|
|
## Getting Started
|
|
|
|
We have a sample project. To try it out, clone this repo and open `YogaKitSample.xcodeproj` in the [YogaKitSample](https://github.com/facebook/yoga/tree/main/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.md](https://github.com/facebook/yoga/blob/main/CONTRIBUTING.md) file for how to help out.
|