React native – useLocalSearchParams not working in expo-router
I have the following React Native component with a router from expo-router: <TouchableOpacity onPress={() => router.push({ pathname: `//${category}/${type}`})} activeOpacity={0.7} > In a separate file called [recentSearch].js that's nested in the following way: app index.js [recentSearch.js] I have the following code:…