New Architecture first
Built with React Native Codegen and TurboModule for React Native 0.76 and newer, without a legacy bridge layer.
One API for bare React Native apps and Expo development builds.
import Toast from '@boiboif/react-native-toast';
Toast.show('Operation completed');
Toast.success('Saved successfully');
Toast.error('Save failed');| Environment | Support |
|---|---|
| Bare React Native with New Architecture | Supported |
| Expo prebuild / development build | Supported |
| EAS Build | Supported |
| Expo Go | Custom native modules are unavailable |
| React Native legacy architecture | Not supported |
| Web | Safe no-op |
Core requirement
Use React Native 0.76 or newer and enable the New Architecture in the app.