dealing-with-react-native
dealing-with-react-native copied to clipboard
p.423 예제 오탈자
Discussed in https://github.com/velopert/dealing-with-react-native/discussions/7
Originally posted by JeesubKim December 13, 2021
function CustomButton({onPress, title, hasMarginBottm}){
return (
<View style={[styles.block, ...
...
}
const styles=StyleSheet.create( {
// block style 없음
overflow: { //overflow style 사용되는 곳 없음
borderRadius:4,
overflow:'hidden'
```</div>