Andres B.
Andres B.
Any updates on this investigation @aiddya ?
Same here. My EXPO_PUBLIC_X env vars work ONLY if I use the 'module:metro-react-native-babel-preset' in the babel.config.js file. However, new versions of Expo require it to be changed to 'babel-preset-expo' and...
Hi. It is also happening to us after upgrading from 20.3.x. EXC_BAD_ACCESS / KERN_PROTECTION_FAILURE / 0x112db9888: Fatal Error: EXC_BAD_ACCESS / KERN_PROTECTION_FAILURE / 0x112db9888
abortEarly is very handy when you have multi-step forms. Especially, because the superRefine error order is messy so you end up showing errors some steps ahead affecting the using experience.
For now, this is the solution it's working for me. This is just one more pain I've got for using next 15@rc npm install tailwindcss-animate class-variance-authority clsx tailwind-merge [email protected] --legacy-peer-deps
This is due to a limitation of Expo go with the react-native-keyboard-controller package which is not supported. You need to use a development build or wait for expo go to...
Here is a workaround without using the FOCUS_COMMAND which only works for me the first time. `(document.querySelector('.editor-input') as HTMLInputElement).focus(); ` ... ``` ```