You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
현재 사이즈 단위를 number 값으로 설정하고 있는데 AOS가 IOS보다 사이즈가 더 크게 적용되어 화면 비율이 달라지고, 스크롤이 생기는 등 이슈가 발생하고 있어 임시적으로 ScrollView를 적용하여 작업하고 있음 😭(참고 PR)
이에 따라 사이즈 단위를 number -> 각 기기 화면 비율에 따른 상대 값으로 적용해야 해결 될 것으로 보임