Selaa lähdekoodia

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

Cory Smith 9 vuotta sitten
vanhempi
commit
46a34ac1da
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      ReactNativePermissions.android.js

+ 3 - 0
ReactNativePermissions.android.js

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