ReactNative NativeBase - fantasy0107/notes GitHub Wiki
// react-native-theme / components / Button
'.xxx' // 可以用 props 的方式使用它
'NativeBase.Text' // Button 元件底下 Text 的樣式
aaa // 就是這個 component 基本的樣子
import {Button} from 'native-base';
<Button xxx />
<Button aaa bbb/> // 會套用 aaa 底下的 bbb 如果 bbb 是在 aaa 底下