react-native-macos/Libraries/Linking
Héctor Ramos 1c92b1cff6 Handle mixed union types and arrays of objects
Summary:
Restore legacy support for mixed union types.
These are not type safe and modules should use a different type, but we have a precedent for supporting these in the existing Linking native module. The new codegen will generate native code for these, and show a warning to encourage use of a better type.

Generate native code for elements in arrays of objects.

Changelog: [Internal]

Reviewed By: RSNara

Differential Revision: D21848260

fbshipit-source-id: 0b8cbf25e7a02791b4d77e349227a2b0744854f4
2020-06-09 17:48:19 -07:00
..
Linking.js Updating the URLs to point at new domain name reactnative.dev 2020-02-24 13:09:11 -08:00
NativeLinking.js Handle mixed union types and arrays of objects 2020-06-09 17:48:19 -07:00