import { Slot } from 'expo-router'; export default function HomeLayout() { return <Slot />; } 2. Install react-native-reanimated In a terminal of your Project type this: npx expo install react-native-reanimated 3 Add this line on the code of the layout that previously created: ...
Version Tell us which versions you are using: react-native-router-flux v3.?.? react-native v0.?.? Expected behaviour Actual behaviour Steps to reproduce
setParams in Tabs doesn't work ,but the first seccen in tabs work, Version Tell us which versions you are using: react-native-router-flux 4.0.0-beta.27 react-native v0.51.0 Expected behaviour setParams ok