We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d759363 commit b435347Copy full SHA for b435347
1 file changed
src/flags.ts
@@ -195,11 +195,6 @@ export const featureFlags = {
195
* Flags to enable experimental features. These might be removed w/o notice or moved to stable.
196
*/
197
experiment: {
198
- /**
199
- * Enables synchronous shadow state updates for Screen components on iOS
200
- * (Fabric, RN 0.82+). On by default.
201
- * PR: https://github.com/software-mansion/react-native-screens/pull/3282
202
- */
203
get synchronousScreenUpdatesEnabled() {
204
return synchronousScreenUpdatesAccessor.get();
205
},
0 commit comments