Target Branch(es)
0.80
Link to commit or PR to be picked
facebook/react-native@c9f205
Description
Fix generated types in react-native/virtualized-lists being used without opt-in
D71969602 introduces exports field to package.json files in react-native and virtualized-lists. In that diff, the types in virtualized-lists by default pointed to the new generated types without requiring the opt-in.
This fixes that by requiring the opt-in before using the generated types.
Target Branch(es)
0.80
Link to commit or PR to be picked
facebook/react-native@c9f205
Description
Fix generated types in react-native/virtualized-lists being used without opt-in
D71969602 introduces exports field to package.json files in react-native and virtualized-lists. In that diff, the types in virtualized-lists by default pointed to the new generated types without requiring the opt-in.
This fixes that by requiring the opt-in before using the generated types.