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