Render this component when WithMotionSyncOptions.deep and WithMotionSyncOptions.deviceLinkId are ready
function MyComponent(deep, deviceLinkId) {
return deep.linkId && deviceLinkId ?
<WithMotionSync deep={deep} deviceLinkId={deviceLinkId} /> :
null;
}
A component wrapper for WithAccelerationSync and WithOrientationSync