Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
fontSize: 0.8,
layoutOrigin: [0.5, 0.5],
paddingLeft: 0.2,
paddingRight: 0.2,
textAlign: 'center',
textAlignVertical: 'center',
transform: [{translate: [0, 0, -3]}],
}}>
hello
);
}
}
AppRegistry.registerComponent('End2End', () => End2End);
import {
AppRegistry,
} from 'react-vr';
import App from './src/app'
AppRegistry.registerComponent('BitcoinVR', () => App);
import React, {Component} from 'react';
import {
AppRegistry
} from 'react-vr';
import Hello from './components/hello';
export default class WelcomeToVR extends Component {
render() {
return (
);
}
};
AppRegistry.registerComponent('WelcomeToVR', () => WelcomeToVR);
<video style="{{height:">
);
}
}
AppRegistry.registerComponent('VideoSample', () => VideoSample);
</video>
width: 600,
height: 315,
}}
source={{
uri: 'https://facebook.github.io/react/img/logo_og.png',
}}
/>
<button>
);
}
}
AppRegistry.registerComponent('CylindricalPanelDemo', () => CylindricalPanelDemo);
</button>