2019-06-15から1日間の記事一覧

defaultProps で React.Component の Props のデフォルト値を設定

defaultProps で React.Component の Props のデフォルト値を設定できるようです ドキュメント defaultProps 環境 react: 16.6.1 react-natibve: 0.57.7 native-base: 2.12.0 サンプル import * as React from 'react'; import {Body, Header, Left, Right, …