Initial Commit
Showing
LICENSE
0 → 100644
RNDeviceInfo/RNDeviceInfo.h
0 → 100644
RNDeviceInfo/RNDeviceInfo.m
0 → 100644
deviceinfo.ios.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "react-native-device-info", | ||
"version": "0.2.0", | ||
"description": "Get device information using react-native", | ||
"main": "deviceinfo.ios.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:rebeccahughes/react-native-device-info.git" | ||
}, | ||
"keywords": [ | ||
"react-component", | ||
"react-native", | ||
"ios", | ||
"device", | ||
"events" | ||
], | ||
"author": "Rebecca Hughes <rebecca@learnium.net> (https://github.com/rebeccahughes)", | ||
"license": "MIT", | ||
"dependencies": { | ||
"eventemitter3": "^1.1.0" | ||
} | ||
} |
Please
register
or
sign in
to comment