react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
38 lines (37 loc) • 679 B
JavaScript
export default {
async disconnectNodeFromView() {
// noop
},
async attachEvent(_viewTag, _eventName, _nodeID) {
// noop
},
async detachEvent(_viewTag, _eventName, _nodeID) {
// noop
},
async createNode(_nodeID, _config) {
// noop
},
async dropNode(_nodeID) {
// noop
},
async configureProps() {
// noop
},
async disconnectNodes() {
// noop
},
async addListener() {
// noop
},
async removeListeners() {
// noop
},
async removeAllListeners() {
// noop
},
async animateNextTransition() {
console.warn(
'Reanimated: animateNextTransition is unimplemented on current platform'
);
},
};