Skip to content

Commit

Permalink
0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ritz078 committed Mar 6, 2019
1 parent a67cb1c commit 17a6389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pebble-native",
"version": "0.26.1",
"version": "0.26.2",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
Expand Down
6 changes: 2 additions & 4 deletions src/components/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Button from "./Button";

const styles = StyleSheet.create({
container: {
height: 195,
backgroundColor: "#fdf2da",
width: "100%",
position: "relative"
Expand All @@ -30,7 +29,8 @@ const styles = StyleSheet.create({
resizeMode: "contain"
},
desc: {
marginTop: 4
marginTop: 4,
width: "60%"
}
});

Expand Down Expand Up @@ -63,8 +63,6 @@ const Banner: React.FunctionComponent<BannerProps> = ({
{title}
</Text>
<Text
numberOfLines={2}
ellipsizeMode="tail"
lineHeight={21}
bold
color={colors.gray.darker}
Expand Down
4 changes: 2 additions & 2 deletions storybook/stories/banner.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ storiesOf("Banner", module).add("Default", () => (
<CenterView style={{ paddingHorizontal: 0 }}>
<Banner
title="No Booking Info"
description="Kasturi Maniratnam is recently moved in final negotiations."
description="Kasturi lkjkljljlkj lkjlkjlkjlj Maniratnam is recently moved in final negotiations."
buttonText="ADD BOOKING INFO"
image={require("../../assets/dummy.png")}
imageStyle={{
height: 130,
width: 130,
bottom: -13
bottom: -6
}}
/>
</CenterView>
Expand Down

0 comments on commit 17a6389

Please sign in to comment.