--create project

react-native init myapp --version 0.55.4

cd myapp

 

-- react ui

npm i react-native-elements --save

-- icons

npm i --save react-native-vector-icons

 

react-native link react-native-vector-icons

--导航

npm install --save react-navigation

--拍照扫描二维码

npm install react-native-camera --save

react-native link react-native-camera

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
  • 2021-11-27
  • 2021-07-22
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-05
  • 2021-10-08
  • 2022-12-23
相关资源
相似解决方案