Remove need for each platform to implement ToastAndroid as UnimplementedView (#38606)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/38606

Today, any host platform implementation of React Native must add ToastAndroid.platform.js.

- https://github.com/microsoft/react-native-macos/blob/main/Libraries/Components/ToastAndroid/ToastAndroid.macos.js
- https://github.com/microsoft/react-native-windows/blob/0.71-stable/vnext/src/Libraries/Components/ToastAndroid/ToastAndroid.windows.js

Now they don't have to do it anymore.

Changelog:
[General] [Fixed] - ToastAndroid] Remove need for each platform to implement ToastAndroid as UnimplementedView

Reviewed By: rozele

Differential Revision: D47744187

fbshipit-source-id: 510aa7aa00a768ba5a37f3d40246f7ef620e0b58
This commit is contained in:
Christoph Purrer
2023-07-25 14:40:04 -07:00
committed by Facebook GitHub Bot
parent 151f3900de
commit 800ea60393