Results 7 comments of dviluk

"emulator: ERROR: x86 emulation currently requires hardware acceleration!" @PedroPretto check this https://help.ubuntu.com/community/KVM/Installation if you are in ubuntu (HOST). Or in windows install Intel HAXM (if you have Intel) NOTE: Some...

i think you can run an ARM emulator instead of x86 emulator.

more easy if you let us modify the style from props

Same for me, you need to tap on the top half of the pressable component to trigger the event. I switched to `@react-navigation/stack` for now.

This is what I did to fix it. I'm using react-native 0.72.4. 1. Add `cmdline-tools` to your $PATH ```sh export PATH=$ANDROID_HOME/cmdline-tools//bin:$PATH # replace with the version you have ``` 2....