This website works better with JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
tim_hao
/
react-native-permissions
Obserwuj
1
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
19
Wiki
Aktywność
Przeglądaj źródła
Adding placeholder file so Android doesn't crash on the require statement
Cory Smith
9 lat temu
rodzic
a1fe56ce45
commit
46a34ac1da
1 zmienionych plików
z
3 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
3
0
ReactNativePermissions.android.js
+ 3
- 0
ReactNativePermissions.android.js
Wyświetl plik
@@ -0,0 +1,3 @@
1
+'use strict';
2
+
3
+module.exports = {};