Sam
Sam
"overrides" only works on npm version 8.3.0 and above. To update npm, run : npm install -g npm
> Interesting, @jonthanon, I am actually seeing something similar what you described in Android _only_ and not in iOS. On my Android device, `inset.bottom` renders first at `16` and then...
For v6 the doc says : "headerTopInsetEnabled option is removed, it's now automatically set when necessary." It's maybe a bad decision because now you can't fix it if they failed...
use `error: (props) => { ... }` instead of `errorToast: (props) => ( ... }`
Did some of you manage to fix this pls?
The problem disappear when I remove the animation on the stack navigator from react-navigation/native-stack : ``` import { createNativeStackNavigator } from "@react-navigation/native-stack"; const HomeStack = createNativeStackNavigator(); export default function PartiesNavigator()...
Same problem here.
I copied/pasted my redux implementation from a RN 0.72 project to a new RN 0.73 project and it's not working for me neither although it's working correctly on my RN...
I copied/pasted my redux implementation from a RN 0.72 project to a new RN 0.73 project and it's not working for me neither although it's working correctly on my RN...
Does anyone know if this has a chance to be fixed anytime soon?