Skip to content

@boiboif/react-native-toastNative Toast for the React Native New Architecture

One API for bare React Native apps and Expo development builds.

Quick example

ts
import Toast from '@boiboif/react-native-toast';

Toast.show('Operation completed');
Toast.success('Saved successfully');
Toast.error('Save failed');

Support matrix

EnvironmentSupport
Bare React Native with New ArchitectureSupported
Expo prebuild / development buildSupported
EAS BuildSupported
Expo GoCustom native modules are unavailable
React Native legacy architectureNot supported
WebSafe no-op

Core requirement

Use React Native 0.76 or newer and enable the New Architecture in the app.

Released under the MIT License