Summary
We learned how to build animations both by procedurally changing an object's position and by using the more advanced methods of using timers and the Animated API. We dramatically saw what happens if we use the wrong <View>
to animate, and developed a way to make objects animate forever. The Energizer bunny will be proud. We also added sound, which is a very important thing for virtual worlds.
There is a lot you can do with timers; I highly recommend that you study the online documentation and experiment!
So far, we have stayed within React VR. Sometimes, there are things we need to do that React doesn't allow us to do. In the next chapter, we'll go Native (native React, that is)!
Can someone turn off that boiling pot?