This website works better with JavaScript.
Domů
Procházet
Nápověda
Přihlásit se
npm
/
react-native-navigation
Sledovat
11
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Activity
react-native-navigation的迁移库
1970
Revize
1
Větev
Strom:
42e6781a41
master
Větve
Značky
${ item.name }
Create branch
${ searchTerm }
from '42e6781a41'
${ noResults }
react-native-navigation
/
e2e
/
Utils.js
Utils.js
94B
Historie
Surový
1
2
3
4
5
6
module.exports = {
elementByLabel: (label) => {
return element(by.label(label));
}
};