react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
15 lines (12 loc) • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.checkVersion = checkVersion;
/* eslint-disable @typescript-eslint/no-empty-function */
/**
* Checks that native and js versions of reanimated match.
* Stubbed for web, where this check is unnecessary.
*/
function checkVersion() {}
//# sourceMappingURL=checkVersion.web.js.map