This website works better with JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
npm
/
react-native-navigation
Obserwuj
11
Gwiazdka
0
Forkuj
0
Kod
Problemy
0
Pull Requests
0
Wydania
0
Wiki
Aktywność
react-native-navigation的迁移库
1642
Commity
1
Gałąź
Drzewo:
5b4c4e6142
master
Gałęzie
Tagi
${ item.name }
Utwórz gałąź
${ searchTerm }
z '5b4c4e6142'
${ noResults }
react-native-navigation
/
lib
/
src
/
adapters
/
UniqueIdProvider.mock.js
UniqueIdProvider.mock.js
102B
Historia
Czysty
1
2
3
4
5
6
7
export default class UniqueIdProvider {
generate(prefix) {
return `${prefix}+UNIQUE_ID`;
}
}