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的迁移库
1941
Commit
1
Ramo (Branch)
Albero (Tree):
cfd513e34e
react-native-navigation
/
e2e
/
Utils.js
Utils.js
94B
Cronologia
Originale
1
2
3
4
5
6
module
.exports = {
elementByLabel
:
(
label
) =>
{
return
element(by.label(label));
}
};