Skip to content

Commit

Permalink
Android support
Browse files Browse the repository at this point in the history
  • Loading branch information
nandorojo committed Dec 4, 2022
1 parent 9126640 commit 58b73f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/BurntModule.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { ToastAndroid } from "react-native";

export default {
alertAsync({ message, title, preset, duration }: AlertOptions) {
console.warn(
"[burnt] Burnt.alert() is not implemented on this Android. Falling back to toast()."
);
this.toastAsync({
message,
title,
Expand Down

0 comments on commit 58b73f5

Please sign in to comment.