mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary:
Adds support for `ArrayTypeAnnotation`, usage is as:
```
{
type: 'ArrayTypeAnnotation',
items: {
type: 'BooleanTypeAnnotation',
}
{
type: 'ArrayTypeAnnotation',
items: {
type: 'StringTypeAnnotation',
}
{
type: 'ArrayTypeAnnotation',
items: {
type: 'FloatTypeAnnotation',
}
{
type: 'ArrayTypeAnnotation',
items: {
type: 'Int32TypeAnnotation',
}
{
type: 'ArrayTypeAnnotation',
items: {
type: 'NativePrimitiveTypeAnnotation',
name: 'ImageSourcePrimitive'
}
{
type: 'ArrayTypeAnnotation',
items: {
type: 'NativePrimitiveTypeAnnotation',
name: 'ColorPrimitive'
}
{
type: 'ArrayTypeAnnotation',
items: {
type: 'NativePrimitiveTypeAnnotation',
name: 'PointPrimitive' // added in the next dfif
}
```
Reviewed By: TheSavior
Differential Revision: D14462086
fbshipit-source-id: f0c25f8fe969efc01e5838f3966d910fbbd9c86c