1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【ReactNative】環境の作り方

Posted at

はじめに

webアプリケーション開発以外にも自分の知見の幅を増やしたいと思ったため、ReactNativeでスマホアプリを作りたいと思った。が、色々忘れそうだなぁと思ったため、備忘録として新しくプロジェクトを作るところから、プロジェクトを開発環境に立ち上がるところまでを備忘録としてここに残しておく。

開発環境

・MacOS
・npm
・Expo
・Expo Go

プロジェクト作成

npx create-expo-app@latest

Macでのエラー対処

ulimit -n 524288
source ~/.zshrc

プロジェクト起動

npm run start

実機(iPhone)での確認

AppStoreで「Expo Go」を見つけてインストールする。その後、ターミナルに表示されているQRコードを読み込んで、表示されれば完了となる。

おわりに

なんだか慣れないもんですな...

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?