Lines Matching refs:find
12 find: 'src/main/java',
16 find: 'src/main/kotlin',
20 find: 'src/main/AndroidManifest.xml',
29 find: /^(<manifest)([\w\s>])/,
34 find: new RegExp(`([, ^(<])${escapeRegExp(pkg)}`, 'g'),
39 find: new RegExp(`([, ^(<])${escapeRegExp(pkg)}`, 'g'),
44 find: /temporarydonotversion\./g,
49 find: /\/\/ *EXPO_VERSIONING_NEEDS_EXPOVIEW_R/g,
54 find: /\/\/ *EXPO_VERSIONING_NEEDS_EXPOVIEW_R/g,
71 find: new RegExp(`\\bimport ${abiVersion}\\.expo\\.modules\\.BuildConfig`, 'g'),
89 find: /BuildConfig\.(EX_UPDATES_NATIVE_DEBUG|EX_UPDATES_ANDROID_DELAY_LOAD_APP)/g,