This website works better with JavaScript.
Home
Esplora
Aiuto
Accedi
npm
/
react-native-navigation
Segui
11
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
react-native-navigation的迁移库
2630
Commit
1
Ramo (Branch)
Albero (Tree):
8d4b92cf9c
master
Rami (Branch)
Tag
${ item.name }
Create branch
${ searchTerm }
from '8d4b92cf9c'
${ noResults }
react-native-navigation
/
lib
/
src
/
adapters
/
UniqueIdProvider.mock.ts
UniqueIdProvider.mock.ts
109B
Cronologia
Originale
1
2
3
4
5
6
export class UniqueIdProvider {
generate(prefix: string): string {
return `${prefix}+UNIQUE_ID`;
}
}