In this chapter, we will be creating an animated Tic-Tac-Toe game build with React Native and Expo, which uses the Animated API to add basic animations, Lottie for advanced animations, and Gesture Handler from Expo to handle native gestures. The starting point will be creating an application with the Expo CLI that has basic routing implemented in it, so that our users can switch between the game interface and an overview of the high scores for this game.
The build time is 1.5 hours.