{{{description}}}
- iOS & Android:
- ???
- react-native:
- supported versions ">= {{rnVersion}}"
with react-native ">={{rnVersion}}"
{{else}}
{{#if usesLitho}}
{{/if}} {{/if}}
|
Android | iOS |
---|---|
??? | ??? |
import * as React from 'react'
import { View } from 'react-native'
import {
{{#each modules}}
{{pascalCase this}},
{{/each}}
{{#each components}}
{{pascalCase this}}{{#unless @last}},{{/unless}}
{{/each}}
} from '{{packageName}}'
prop | type | default | desc |
---|---|---|---|
color | string |
'red' |
- |