react-native-worklets
Version:
The React Native multithreading library
12 lines (11 loc) • 351 B
JavaScript
;
/**
* This constant is needed for typechecking and preserving static typechecks in
* generated .d.ts files. Without it, the static flags resolve to an object
* without specific keys.
*/
export const DefaultStaticFeatureFlags = {
RUNTIME_TEST_FLAG: false,
IOS_DYNAMIC_FRAMERATE_ENABLED: false
};
//# sourceMappingURL=types.js.map