0.0.1 • Published 2 years ago

@jiggag/react-native-highlight-updates v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

목적

  • 리렌더 되는 컴포넌트 강조
  • 관련 테스트

시작

  • yarn add @jiggag/react-native-highlight-updates

설명

이름타입설명
colorstring?리렌더 상태 구분 테두리 색상
childrenReactElement?테스트 대상
import {WithHighlight} from '@jiggag/react-native-highlight-updates';

...

<WithHighlight>
  <TestComponent1 />
</WithHighlight>
<WithHighlight color="blue">
  <TestComponent2 />
</WithHighlight>