Merge pull request #10 from wix/android
Android alpha
Showing
android/.gitignore
0 → 100644
android/build.gradle
0 → 100644
android/proguard-rules.pro
0 → 100644
example/android/.gitignore
0 → 100644
No preview for this file type
File moved
File moved
File moved
File moved
10.2 KB
index.android.js
0 → 100644
notification.android.js
0 → 100644
... | ... | @@ -25,7 +25,8 @@ |
"uuid": "^2.0.3" | ||
}, | ||
"peerDependencies": { | ||
"react-native": ">=0.25.1" | ||
"react-native": ">=0.25.1", | ||
"react": "^0.14.5" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^6.0.2", | ||
... | ... | @@ -55,7 +56,6 @@ |
"bugs": { | ||
"url": "https://github.com/wix/react-native-notifications/issues" | ||
}, | ||
"main": "index.ios.js", | ||
"babel": { | ||
"presets": [ | ||
"react-native" | ||
... | ... |