Browse Source

Merge pull request #6 from corymsmith/master

Adding placeholder file so Android doesn't crash on require statement
Yonah Forst 9 years ago
parent
commit
6da160ea9e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ReactNativePermissions.android.js

+ 3 - 0
ReactNativePermissions.android.js

@@ -0,0 +1,3 @@
+'use strict';
+
+module.exports = {};