강의

멘토링

커뮤니티

Inflearn Community Q&A

qnrjs42's profile image
qnrjs42

asked

Practical React Native for iOS/Android App Development - Basic

[Stack] Header Bar Customizing

아이콘 이미지가 안 보인다면

Written on

·

308

3

reactreact-nativees6

Answer 2

0

최신 navigation 6.x 사용하는데
headerTitle : props => <LogoTitle {...props} />,
이렇게 하면 title에는 image가 보이는데 back 버튼에는 아래와 같이 해도 image가 안보이네요 ㅠ
headerBackImageSource : props => <BLogoTitle {...props}/>

0

if (_currentFrame) { layer.contentsScale = self.animatedImageScale; layer.contents = (__bridge id)_currentFrame.CGImage; }else { [super displayLayer:layer]; }

이렇게 변경해도 안 나오는 분 계신가요..?

qnrjs42's profile image
qnrjs42

asked

Ask a question