react-native-macos/packages
Michał Osadnik 247fc6774f Accept all types for objects' and arrays' elements
Summary:
Previously we accepted only very limited set of types for schema parser. However, in many cases we want to provide more specific typings e.g. accept enum or touple.

Currently, we don't take any advantages for codegen from specifying type of elements for object or array. All of them fallback to the same cpp code.

That's why I decided not to throw exception if types of arrays' and objects' elements are different than currently supported. Then I want to fallback to `undefined`.

Reviewed By: rickhanlonii

Differential Revision: D16325028

fbshipit-source-id: 3d7990ca0207c31f0ed522e7316a9cb17b6b1bcb
2019-07-17 06:21:51 -07:00
..
babel-plugin-inline-view-configs Remove existing Commands export 2019-07-15 16:54:55 -07:00
eslint-config-react-native-community Add a lint rule to disallow Haste imports (#25058) 2019-05-30 07:45:16 -07:00
eslint-plugin-react-native-community Add a lint rule to disallow Haste imports (#25058) 2019-05-30 07:45:16 -07:00
react-native-codegen Accept all types for objects' and arrays' elements 2019-07-17 06:21:51 -07:00