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的迁移库
1938
Commits
1
Branch
Tag:
43fba61ba2
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de 43fba61ba2
${ noResults }
react-native-navigation
/
e2e
/
Utils.js
Utils.js
94B
Histórico
Original
1
2
3
4
5
6
module.exports = {
elementByLabel: (label) => {
return element(by.label(label));
}
};