Skip to content

Commit

Permalink
Remove need for each platform to implement ToastAndroid as Unimplemen…
Browse files Browse the repository at this point in the history
…tedView (#38606)

Summary:
Pull Request resolved: #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
  • Loading branch information
christophpurrer authored and facebook-github-bot committed Jul 25, 2023
1 parent 151f390 commit 800ea60
Showing 1 changed file with 0 additions and 0 deletions.

0 comments on commit 800ea60

Please sign in to comment.