LoginSignup
0
1

More than 3 years have passed since last update.

React native 自分メモ

Last updated at Posted at 2020-08-03

初めの作業

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
0
1
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
0
1