Home
last modified time | relevance | path

Searched refs:propertyExp (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/android/
H A Dadb.ts371 const propertyExp = /\[(.*?)\]: \[(.*?)\]/gm; constant
372 for (const match of devicePropertiesString.matchAll(propertyExp)) {