Skip to content

Commit

Permalink
fix(boilerplate): remove interop definition for FlashList (#2838 by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcalise authored Nov 13, 2024
1 parent 6baf76b commit b368bcb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions boilerplate/react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,4 @@ module.exports = {
// packages, you can add them to the referenced path below and uncomment this line.
// "./assets/fonts/"
],

// This prevents FlashList from rendering a large red box.
// See: https://github.com/reactwg/react-native-new-architecture/discussions/135
// Remove when FlashList fully supports the new architecture.
// https://github.com/Shopify/flash-list/pull/550
//
project: {
android: {
unstable_reactLegacyComponentNames: ["CellContainer", "AutoLayoutView"],
},
ios: {
unstable_reactLegacyComponentNames: ["CellContainer", "AutoLayoutView"],
},
},
}

0 comments on commit b368bcb

Please sign in to comment.