I use route like:
<Stack.Screen component={VacancyChat} name='VacancyChat' options={({ route }: any) => ({ title: route?.params?.order.title, })}/>
What type of route I should use here instead of any?
I use route like:
<Stack.Screen component={VacancyChat} name='VacancyChat' options={({ route }: any) => ({ title: route?.params?.order.title, })}/>
What type of route I should use here instead of any?