카테고리 없음

React native android 화면 전환 애니메이션

Machine_웅 2020. 2. 25. 13:36
728x90
반응형
<Stack.Screen
  name="Profile"
  component={Profile}
  options={{
    title: 'Profile',
     cardStyleInterpolator: CardStyleInterpolators.forHorizontalIOS,
  }}
/>;

https://reactnavigation.org/docs/en/stack-navigator.html#animation-related-options

 

728x90
반응형