From 07ead81e4ef71cb2a44fc33f2a2fe48163eeefb2 Mon Sep 17 00:00:00 2001 From: Jarrad Hope Date: Wed, 8 Jun 2016 11:02:12 +0200 Subject: [PATCH] initial commit --- Status.js | 0 index.android.js | 0 index.ios.js | 0 package.json | 21 +++++++++++++++++++++ 4 files changed, 21 insertions(+) create mode 100644 Status.js create mode 100644 index.android.js create mode 100644 index.ios.js create mode 100644 package.json diff --git a/Status.js b/Status.js new file mode 100644 index 0000000..e69de29 diff --git a/index.android.js b/index.android.js new file mode 100644 index 0000000..e69de29 diff --git a/index.ios.js b/index.ios.js new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json new file mode 100644 index 0000000..5c782cc --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "private": true, + "nativePackage": true, + "name": "react-native-status", + "version": "1.0.0", + "description": "Manage Geth, Jail & Background Service", + "main": "Status.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/status-im/react-native-status.git" + }, + "author": "", + "license": "", + "bugs": { + "url": "https://github.com/status-im/react-native-status/issues" + }, + "homepage": "https://github.com/status-im/react-native-status#readme" +}