Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
npm
/
react-native-navigation
Observar
11
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
react-native-navigation的迁移库
2630
Commits
1
Branch
Tag:
8d4b92cf9c
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 8d4b92cf9c
${ noResults }
react-native-navigation
/
lib
/
src
/
adapters
/
UniqueIdProvider.mock.ts
UniqueIdProvider.mock.ts
109B
Histórico
Original
1
2
3
4
5
6
export class UniqueIdProvider {
generate(prefix: string): string {
return `${prefix}+UNIQUE_ID`;
}
}