I have a warning when running React Native on an Android device:
Debugger and device times had drifted by more than 60s. Please correct this by running
adb shell "date `date +%m%d%H%M%Y.%S`"
on your debugger machine
But when I run the command as suggested above, I get and operation not permitted error:
date: cannot set date: Operation not permitted
I already tried with sudo, still got same result:
sudo adb shell "date `date +%m%d%H%M%Y.%S`"
Inside the emulator goto Settings > Date & Time