Expo is a popular React Native framework that provides a way to easily develop native components or modules. This article will introduce how to initialize and write a simple native component in Expo ~52 in a current project. Preparation Before starting, make sure you have already set up an Expo project. Then, create an Expo Module by running the command 'npx create-expo-module@latest --local' in your terminal.