##初めの作業
cd 作業ファイル
expo init pjt_name
cd pjt_name
npm install @react-navigation/native
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
webview導入
expo install react-native-webview
redux導入
yarn add redux react-redux
brew update && brew cask install react-native-debugger
yarn add redux-devtools-extension