Files
react-native-svg/lib/extract/extractResponder.js
Horcrux 8d01e8eccb refactor shape elements add responder system.
refactor shape elements add responder system.
Just iOS.
2016-05-15 00:40:43 +08:00

7 lines
152 B
JavaScript

import {responderPropsKeys} from '../props';
import _ from 'lodash';
export default function (props) {
return _.pick(props, responderPropsKeys);
}