2019-12-04 16:39:53 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-appearance",
|
2020-05-08 16:37:49 +00:00
|
|
|
"version": "0.3.4",
|
2019-12-04 16:39:53 +00:00
|
|
|
"summary": "Polyfill for `Appearance` API which will be available in `react-native@0.62`.",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "Brent Vatne <brent@expo.io>",
|
|
|
|
"homepage": "https://github.com/expo/react-native-appearance#readme",
|
|
|
|
"platforms": {
|
|
|
|
"ios": "9.0",
|
|
|
|
"tvos": "9.2"
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/expo/react-native-appearance.git",
|
2020-05-08 16:37:49 +00:00
|
|
|
"tag": "v0.3.4"
|
2019-12-04 16:39:53 +00:00
|
|
|
},
|
|
|
|
"source_files": "ios/**/*.{h,m}",
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|