-
[탭로그] 2023.01.10 탭로그개발일지 2023. 1. 12. 02:25728x90
https://dlee0129.tistory.com/15
[React Native] Navigation Option no Header 헤더 없애기, 제거
React Native Navigation Option no HeaderBar 헤더 없애기, 제거 React Native 앱 개발을 하시다가 상단의 HeaderBar를 제거하는 방법을 알려드리겠습니다. 실행환경은 MacBook Pro M1 이며, Visual Studio Code를 사용하였
dlee0129.tistory.com
React Native에서 Navigation의 헤더를 제거
=> Stack.Navigator에 screenOptions = {{ headerShown: false }} 추가
🔎 normal bold heavy 100 200: Google 검색
www.google.com
font weight 의 수표현(100,200,300) 과 문자표현(ultra light, thin, light)을 확인
How to adjust the opacity of a view
Hacking with Swift 사이트의 강좌 번역본입니다. [원문 : https://www.hackingwithswift.com/quick-start/swiftui/how-to-adjust-the-opacity-of-a-view] How to adjust the opacity of a view 모든 SwiftUI 뷰는 opacity() modifier를 사용해서 부
kka7.tistory.com
view component의 투명도 변경
=> opacity : 0.4
How can I insert a line break into a <Text> component in React Native?
I want to insert a new line (like \r\n, <br />) in a Text component in React Native. If I have: <text> <br /> Hi~<br /> this is a test message.<br /> </text> Then
stackoverflow.com
Text component에서 줄바꿈하기
=> {'\n'}
https://stackoverflow.com/questions/36147082/react-native-style-opacity-for-parent-and-child
react-native style opacity for parent and child
react-native : I have one View and the child of View is an Image , I applied opacity: 0.5 for View and opacity: 0.9 for an Image but it doesn't apply for Image ,the parent opacity is applying for c...
stackoverflow.com
parent와 child 컴포넌트의 투명도를 다르게 설정
=> rgba를 쓰자.
https://hianna.tistory.com/299
[HTML] 공백 삽입하기 (띄어쓰기)
HTML에서 공백(스페이스, 띄어쓰기) 삽입하기 HTML태그에 아무리 키보드로 여러 개의 스페이스를 입력해도브라우저에는 하나의 공백만 표현 된다. 그렇다면, 화면에 여러개의 공백을 표현하기 위
hianna.tistory.com
띄어쓰기 삽입
=>
https://salix97.tistory.com/181
MySQL 에 BLOB으로 이미지 저장하기
1. BLOB 란? Binary Large Object 의 약어이다. 이진 데이터를 저장하기 위한 MySQL 의 필드 유형이라고 한다. 이미지의 경우 이진 데이터로 이루어져 있기 때문에 BLOB 유형의 데이터로 만들어서, MySQL 데이
salix97.tistory.com
mysql blob 이미지 저장 예제
http://www.tcpschool.com/mysql/mysql_constraint_primaryKey
코딩교육 티씨피스쿨
4차산업혁명, 코딩교육, 소프트웨어교육, 코딩기초, SW코딩, 기초코딩부터 자바 파이썬 등
tcpschool.com
mysql script로 primary key 설정
https://reactnative.dev/docs/text-style-props
Text Style Props · React Native
Example
reactnative.dev
react native text props 확인
https://stackoverflow.com/questions/55487695/react-native-text-component-using-number-of-lines
React native text component using number of lines
Is there a way to determine when the text will be truncated when using number of lines ? Have been searching everywhere and no clear answer. Thank you!
stackoverflow.com
Text component 최대 줄 개수 적용
=> numOfLines={2}
React Native Image Component 사용하기
Image Component . ├── button.js └── img ├── check.png ├── check@2x.png └── check@3x.png 이미지 모듈은 js 모듈이 해석되는것과 같은 방법으로 해석된다. 이미지 파일도 자바스크립트 파일과 마
kkiuk.tistory.com
Image component 사용 예제
https://stackoverflow.com/questions/43380260/draw-horizontal-rule-in-react-native
Draw horizontal rule in React Native
I've tried react-native-hr package - doesn't work for me nor on Android nor on iOS. Following code is also not suitable because it renders three dots at the end <Text numberOfLines={1}}> ...
stackoverflow.com
수평선 그리기
=> <View> 사용
https://velog.io/@tjdgus0528/React-Native-Fonts-%EC%84%A4%EC%A0%95
[ React Native ] Fonts 설정
리액트 네이티브에서 외부 폰트를 추가하고 설정하는 방법에는 직접적으로 폰트를 파일을 추가하고 설정하는 방법 라이브러리 사용 이 있다. 나는 라이브러리 사용으로 인한 환경 세팅 중 에러
velog.io
react native customized font 설정
ReactNative에서 커스텀 폰트 사용하기
ReactNative 0.60 이상에서 커스텀 폰트를 사용하는 방법을 알아보겠습니다.
zeallat94.medium.com
react native custom font 설정2
React native - custom font 적용과 발생했던 문제를 기록 - IOS
react native custom font 를 적용했던 과정과 발생했던 문제를 기록 합니다. 👉🏻 적용 방법 1. assets / fonts 에 폰트 추가 (assets 이라는 폴더를 만들면 된다) 2. 루트 경로에 react-native.config.js 생성 module.e
yoon-dumbo.tistory.com
react native custom font 설정3
'개발일지' 카테고리의 다른 글
[기록] serve https 설정 (0) 2023.01.19 [탭로그] 2023.01.11 탭로그 (0) 2023.01.12 [탭로그] 2023.01.09 탭로그 (0) 2023.01.10 [탭로그] 2023.01.07 탭로그 (0) 2023.01.09 [탭로그] 2023.01.06 탭로그 (0) 2023.01.07