UNPKG

@panter/react-native-arkit

Version:
19 lines (14 loc) 353 B
// // ARSphere.js // // Created by HippoAR on 8/12/17. // Copyright © 2017 HippoAR. All rights reserved. // import PropTypes from 'prop-types'; import createArComponent from './lib/createArComponent'; const ARSphere = createArComponent('addSphere', { shape: PropTypes.shape({ radius: PropTypes.number, }), }); module.exports = ARSphere;