Files
Schnappix/node_modules/react-native-worklets/lib/module/utils/jsVersion.js
T

9 lines
315 B
JavaScript

'use strict';
/**
* We hardcode the version of Worklets here in order to compare it with the
* version used to build the native part of the library in runtime. Remember to
* keep this in sync with the version declared in `package.json`
*/
export const jsVersion = '0.5.1';
//# sourceMappingURL=jsVersion.js.map