This website works better with JavaScript.
Accueil
Explorateur
Aide
Connexion
npm
/
react-native-navigation
Suivre
11
Favoriser
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
react-native-navigation的迁移库
2630
Révisions
1
Branche
Aborescence:
8d4b92cf9c
master
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de '8d4b92cf9c'
${ noResults }
react-native-navigation
/
lib
/
src
/
adapters
/
UniqueIdProvider.mock.ts
UniqueIdProvider.mock.ts
109B
Historique
Brut
1
2
3
4
5
6
export class UniqueIdProvider {
generate(prefix: string): string {
return `${prefix}+UNIQUE_ID`;
}
}