简体中文
外观
一套 API,同时用于 bare 项目与 Expo Development Build。
使用 React Native Codegen 与 TurboModule,只维护 React Native 0.76 及以上的新架构实现。
Android 使用 getActivity/Toaster,iOS 使用 UIKit,支持位置、时长、偏移和完整样式配置。
支持 React Native bare、Expo prebuild、Development Build 和 EAS Build,无需 Expo Modules。
import Toast from '@boiboif/react-native-toast'; Toast.show('操作完成'); Toast.success('保存成功'); Toast.error('保存失败');
核心要求
React Native 版本需要不低于 0.76,并且应用必须启用新架构。
0.76