React, React-Native

React, React-Native

category
frontend
adsense: false
notion image

 
 
 
 
 
 
 
 
 
 
RN’s Animated vs Reanimated2
 
터치 이벤트 처리
 
 
 

knox

knox SDK
 

결제

토스 페이먼츠 결제
 

 
tmp
살펴볼 것
생각정리중
  • 애니메이션
    • 웹에선 framer-motion을 쓰는데, RN은 built-in animated 또는 reanimated 라이브러리를 쓴다.
    • Legend motion 이 형태를 동일하게 쓸 수 있게 해줘서 react 웹 개발자도 익숙한 형태로 사용 가능함.
  • 스타일링
    • react 웹 개발자들의 트렌드는 요즘 Tailwind CSS 를 쓴다.
    • NativeWind를 통해 Tailwind CSS랑 동일한 형태로 RN에서도 스타일링 할 수 있다. 따라서 react 웹 개발자도 익숙한 형태로 사용 가능함.
언어 다국어화 (i18n)

기타