Skip to content

Commit

Permalink
random changes
Browse files Browse the repository at this point in the history
nandorojo committed May 8, 2023
1 parent 4e935fd commit d212965
Showing 4 changed files with 6,770 additions and 5 deletions.
6 changes: 3 additions & 3 deletions example/App.tsx
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ export default function App() {
style={[styles.text, styles.blue]}
onPress={async () => {
Burnt.toast({
title: "This is a large text and without icon toast!!!",
title: "This toast has more text, without an icon or a message.",
preset: "none",
});
}}
@@ -122,11 +122,11 @@ export default function App() {
style={[styles.text, styles.blue]}
onPress={async () => {
Burnt.toast({
title: "This is a large text and custom icon toast!!!",
title: "This toast has more text, and it also has a custom icon.",
preset: "custom",
icon: {
ios: {
name: "sparkle",
name: "circle",
color: "#F7A51D",
},
},
2 changes: 1 addition & 1 deletion example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "expo/tsconfig.base",
"extends": "expo/tsconfig.base.json",
"compilerOptions": {
"strict": true,
"paths": {
6,766 changes: 6,766 additions & 0 deletions example/yarn.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// @generated by expo-module-scripts
{
"extends": "expo-module-scripts/tsconfig.base",
"compilerOptions": {

0 comments on commit d212965

Please sign in to comment.