react-native-navigation的迁移库

Utils.js 94B

123456
  1. module.exports = {
  2. elementByLabel: (label) => {
  3. return element(by.label(label));
  4. }
  5. };