Skip to content

Commit e67b741

Browse files
authored
Update README.md
1 parent 7d3a98b commit e67b741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const App = () => {
6363
import { openBrowser } from "@swan-io/react-native-browser";
6464

6565
openBrowser("https://swan.io", {
66-
animationType: "", // "fade" | "slide" (default to "slide")
66+
animationType: "slide", // "fade" | "slide" (default to "slide")
6767
dismissButtonStyle: "close", // "cancel" | "close" | "done" (default to "close")
6868
barTintColor: "#FFF", // in-app browser UI background color
6969
controlTintColor: "#000", // in-app browser buttons color

0 commit comments

Comments
 (0)