dealing-with-react-native icon indicating copy to clipboard operation
dealing-with-react-native copied to clipboard

p.423 예제 오탈자

Open velopert opened this issue 2 years ago • 0 comments

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>

velopert avatar May 08 '22 16:05 velopert