React Native のセットアップをしていきます。
reactnative_tiktok_tutorial という名前でプロジェクトを作成します。
npx react-native init reactnative_tiktok_tutorial
cd reactnative_tiktok_tutorial
code .
code .
と入力すると VSCode が開きます。
まずは、シミュレーターで動かしてみましょう。
Android の方
yarn android
iOS の方
yarn ios
シミュレーターに React Native 初期画面が表示されています。
これで開発環境は整いました。