Home
last modified time | relevance | path

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

/expo/apps/bare-expo/scripts/
H A Dwait-for-emulator.sh5 bootanim=""
7 until [[ "$bootanim" =~ "stopped" ]]; do
8bootanim=`${ANDROID_SDK_ROOT:-$ANDROID_HOME}/platform-tools/adb -e shell getprop init.svc.bootanim
9 echo " ☛ $bootanim"
10 if [[ "$bootanim" =~ "not found" ]]; then
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dandroid-setup.sh85 local bootanim=""
87 until [[ "$bootanim" =~ "stopped" ]]; do
89 bootanim=$(adb -e shell getprop init.svc.bootanim 2>&1)
90 echo "boot animation status=$bootanim"
H A Dvalidate-android-device-env.sh31 BOOTANIM=$(adb -e shell getprop init.svc.bootanim)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dandroid-setup.sh85 local bootanim=""
87 until [[ "$bootanim" =~ "stopped" ]]; do
89 bootanim=$(adb -e shell getprop init.svc.bootanim 2>&1)
90 echo "boot animation status=$bootanim"
H A Dvalidate-android-device-env.sh31 BOOTANIM=$(adb -e shell getprop init.svc.bootanim)