I want to try the new AnimatedNavHost but I encounter this error !!! Any help `java.lang.IllegalStat...
a
I want to try the new AnimatedNavHost but I encounter this error !!! Any help
java.lang.IllegalStateException: Could not find Navigator with name "animatedComposable". You must call NavController.addNavigator() for each navigation type.
c
i
That usually means you didn't use
rememberAnimatedNavController()
❤️ 1
a
@Ian Lake My mistake is that I was using this:
Copy code
navController: NavHostController = rememberAnimatedNavController(),
144 Views