UNPKG

@kiwicom/react-native-native-modules

Version:

A group of native wrappers for React Native

32 lines (31 loc) 916 B
{ "name": "yoga", "version": "0.51.0.React", "license": { "type": "BSD" }, "homepage": "https://facebook.github.io/yoga/", "documentation_url": "https://facebook.github.io/yoga/docs/api/c/", "summary": "Yoga is a cross-platform layout engine which implements Flexbox.", "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.", "authors": "Facebook", "source": { "git": "https://github.com/facebook/react-native.git", "tag": "v0.51.0" }, "module_name": "yoga", "requires_arc": false, "compiler_flags": [ "-fno-omit-frame-pointer", "-fexceptions", "-Wall", "-Werror", "-std=c11", "-fPIC" ], "platforms": { "ios": "8.0", "tvos": "9.2" }, "source_files": "yoga/**/*.{c,h}" }