๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
  • What would life be If we had no courage to attemp anything?

Development/React-native2

[React-Native] KeyboardAwareScrollView KeyboardAwareScrollView ํ‚ค๋ณด๋“œ๋ฅผ ์“ฐ๋‹ค ๋ณด๋‹ˆ ์‹ค์ œ ๋ชจ๋ฐ”์ผ ๊ธฐ๊ธฐ์—์„œ ํ‚ค๋ณด๋“œ๊ฐ€ ์˜ฌ๋ผ์™”์„ ๋•Œ์˜ ์ƒํ™ฉ์„ ์ธ์ง€ํ•˜์ง€ ๋ชปํ•จ. ํ•ด๊ฒฐ๋ฐฉ๋ฒ•1 ๋ฆฌ์•กํŠธ ๋„ค์ดํ‹ฐ๋ธŒ์—์„œ ์ œ๊ณตํ•˜๋Š” [KeyboardAvoidingView](https://facebook.github.io/react-native/docs/keyboardavoidingview#docsNav) API๋ฅผ ์ ์šฉ -> ํ•˜์ง€๋งŒ `ScrollView` ๋‚ด์—์„  ์ž‘๋™ํ•˜์ง€ ์•Š๋Š” ๋‹จ์  ํ•ด๊ฒฐ๋ฐฉ๋ฒ• 2 [react native keyboard aware scroll view](https://github.com/APSL/react-native-keyboard-aware-scroll-view) Focus๋œ InputForm์„ ํ‚ค๋ณด๋“œ๊ฐ€ ๊ฐ€๋ฆฌ์ง€ ์•Š๊ฒŒ ํ•จ ์•„๋ž˜์žˆ๋Š” InputForm์„ .. 2022. 11. 4.
[React-Native] Button React-Native์˜ Button์€ styling์ด ์ œํ•œ์  Button์„ ์‚ฌ์šฉํ•˜์—ฌ Color๋ฅผ ์ง€์ •ํ•  ๋•Œ ๊ณต์‹๋ฌธ์„œ์˜ props๋ฅผ ๋ณด๋ฉด Color๋ฐ–์— ์—†์œผ๋ฉฐ ๋˜ํ•œ ๋ฒ„ํŠผ ์•ˆ์˜ ๊ฒฝ์šฐ title={} ํ˜•์‹์œผ๋กœ ๋ณด๋‚ด์ฃผ๊ธฐ ๋•Œ๋ฌธ์— ๊ธ€์”จ์ฒด Color๋Š” ์ง€์ • ๋ถˆ๊ฐ€ React-Native Button style not work React-Native Button style not work Import_this import {AppRegistry, Text, View, Button, StyleSheet} from 'react-native'; This my React Button code But style not working Hare ... 2022. 10. 30.