Skip to content

Commit b435347

Browse files
committed
remove unnecessary comment
1 parent d759363 commit b435347

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/flags.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,6 @@ export const featureFlags = {
195195
* Flags to enable experimental features. These might be removed w/o notice or moved to stable.
196196
*/
197197
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-
*/
203198
get synchronousScreenUpdatesEnabled() {
204199
return synchronousScreenUpdatesAccessor.get();
205200
},

0 commit comments

Comments
 (0)