Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enricodk/nativescript-yoga-lib
Yoga layout engine plugin for Nativescript
https://github.com/enricodk/nativescript-yoga-lib
flexbox ios javascript nativescript nativescript-plugin yoga yogakit
Last synced: about 2 months ago
JSON representation
Yoga layout engine plugin for Nativescript
- Host: GitHub
- URL: https://github.com/enricodk/nativescript-yoga-lib
- Owner: enricodk
- License: mit
- Created: 2019-01-12T08:51:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T17:40:35.000Z (almost 6 years ago)
- Last Synced: 2024-11-13T12:13:27.910Z (about 2 months ago)
- Topics: flexbox, ios, javascript, nativescript, nativescript-plugin, yoga, yogakit
- Language: JavaScript
- Homepage:
- Size: 2.33 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yoga layout engine plugin for NativeScript
## Installation
From the command prompt go to your app's root folder and execute:```
tns plugin add nativescript-yoga-lib
```See the [NativeScript CLI documentation](https://docs.nativescript.org/tooling/docs-cli/lib-management/plugin-install)
and [Nativescript Plugin documentation](https://docs.nativescript.org/core-concepts/plugins) for more details## Notes
This plugin only provides the iOS [YogaKit](https://yogalayout.com/) library from CocoaPods,
and doesn't provide any JavaScript wrappers or APIs