Sfoglia il codice sorgente

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

Cory Smith 8 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 Vedi File

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