Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Shot with flex: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dilan-dio4 committed Jun 13, 2021
1 parent 8377a61 commit 88f2240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion native-example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2904,7 +2904,7 @@
"version" "0.1.2"

"easybase-react@github:easybase/easybase-react#analytics":
"resolved" "git+ssh://[email protected]/easybase/easybase-react.git#fb2638dc0034e8c9922065aeb56a827fa8e79611"
"resolved" "git+ssh://[email protected]/easybase/easybase-react.git#8377a6136d73951049e2bcf048d028170be83c29"
"version" "2.2.5"
dependencies:
"cross-fetch" "^3.1.4"
Expand Down
6 changes: 2 additions & 4 deletions src/ui/NativeAuth/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,7 @@ const ToastContainer = styled.TouchableOpacity((props: any) => ({
borderRadius: 26,
overflow: "visible",
maxWidth: "94%",
flexDirection: 'row',
alignItems: 'center',
flex: 1,
...(props.theme.toast ? { ...props.theme.toast } : {})
}))

Expand All @@ -220,8 +219,7 @@ const ToastText = styled.Text((props: any) => ({
fontSize: 17,
color: "#fff",
textAlign: 'center',
flex: 1,
flexWrap: 'wrap',
flexShrink: 1,
...(props.theme.toastText ? { ...props.theme.toastText } : {})
}))

Expand Down

0 comments on commit 88f2240

Please sign in to comment.