Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p.423 예제 오탈자 #28

Open
velopert opened this issue May 8, 2022 Discussed in #7 · 0 comments
Open

p.423 예제 오탈자 #28

velopert opened this issue May 8, 2022 Discussed in #7 · 0 comments
Labels

Comments

@velopert
Copy link
Owner

velopert commented May 8, 2022

Discussed in #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 velopert added the 1쇄 label May 14, 2022
@velopert velopert changed the title 423 page 예제 오탈자 p.423 예제 오탈자 May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant