React Native Sound のtypescript Error を修正する

Purpose (目的) React Nativeで音を出したい。しかし、サンプルの通りやると、typescript のErrorが出るので直したい。 Environment (動作環境) React Native (version 0.68.2)expo (version 45.0.8)Typescript (version 4.3.5) npm install インストールします。(npmでは ...
PayloadTooLargeError: request entity too large

Environment (動作環境) React native (version 0.68.2)expo (version 45.0.8) Cause of error (エラーの原因) The cause was that a large amount of characters were output by console.log().console.log() で出力していた文字が大量であっ ...
expoでiPhoneのエミュを立ち上げたら以下のエラー

Neact Nativeとexpoで開発を始めてから1ヶ月くらい経過したときに、iphoneのエミュを立ち上げた時に、急に以下のエラーが出た。 Started Metro Bundler › Opening on iOS... Error running `xcrun simctl help`: Xcode license is not accepted. Please run `sudo xco ...