Search code examples
iosiphonereact-nativetoastshort

undefined is not an object (evaluating 'RCTToastAndroid.SHORT')


enter image description here

Trying to use simple toast on iOs I get this error, Any ideas how to solve?


Solution

  • Any React Native Component/API that ends in IOS or Android is only available for that specific platform. Since this is called ToastAndroid, it's only available on Android.