📜  react native 中的 toast - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:50.508000             🧑  作者: Mango

代码示例2
npm install react-native-simple-toast --save
react-native link react-native-simple-toast // only RN < 0.60
cd ios && pod install