Sfoglia il codice sorgente

Adding placeholder file so Android doesn't crash on the require statement

Cory Smith 9 anni fa
parent
commit
46a34ac1da
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      ReactNativePermissions.android.js

+ 3 - 0
ReactNativePermissions.android.js

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