React VR is a JavaScript framework used to create Virtual
Reality applications. Let's practice editing our code! Visit the previous lesson,
Setting up React VR to set up this project.
This lesson was inspired by a workshop I attended: ReactVR - a VR Workshop with Javascript.
Thank you to Praveen Yalamanchi and Damian Montero.
Change the word "hello" to "Coding Commanders"
<Text
style={{
backgroundColor: '#777879',
fontSize: 0.8,
fontWeight: '400',
layoutOrigin: [0.5, 0.5],
paddingLeft: 0.2,
paddingRight: 0.2,
textAlign: 'center',
textAlignVertical: 'center',
transform: [{translate: [0, 0, -3]}],
}}>
Hello
</Text>
➼ change hello
-
to Coding Commanders.