ios - Can I reload my React Native application using a command? -
i'm testing on older iphone , have shake phone madman dev menu. there command can send through bridge reload or bring dev menu? i'm aware of live reload that's not want.
for example on android device can send adb shell input keyevent 82
simulate shake event , bring dev menu.
there no way open dev menu without shaking phone. here issue related problem: https://github.com/facebook/react-native/issues/10191.
nevertheless can try code inside iphone emulator , open dev menu using ⌃⌘z
.
best regards.
Comments
Post a Comment