수색…


여러 변수를 렌더링하다

여러 개의 소품이나 변수를 렌더링 할 때 ``를 사용할 수 있습니다.

  render() {
    let firstName = 'test';
    let lastName = 'name';
    return (
      <View style={styles.container}>
        <Text>{`${firstName} ${lastName}` } </Text>
      </View>
    );
  }

출력 : 테스트 이름



Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow