dviluk
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
Not working in v0.4
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.
Does some know what is causing this?
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....