react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
16 lines (15 loc) • 327 B
JavaScript
;
class JSPropsUpdaterWeb {
registerComponent(_animatedComponent) {
// noop
}
unregisterComponent(_animatedComponent) {
// noop
}
updateProps(_operations) {
// noop
}
}
const jsPropsUpdater = new JSPropsUpdaterWeb();
export default jsPropsUpdater;
//# sourceMappingURL=JSPropsUpdater.js.map