Skip to content

Commit

Permalink
Upgraded RN and NB to 2.4.4 with new theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKalghatgi committed May 11, 2018
1 parent e908f97 commit 0743c5a
Show file tree
Hide file tree
Showing 34 changed files with 1,067 additions and 1,090 deletions.
Binary file added android/app/src/main/assets/fonts/Feather.ttf
Binary file not shown.
Binary file modified android/app/src/main/assets/fonts/MaterialCommunityIcons.ttf
Binary file not shown.
Binary file modified android/app/src/main/assets/fonts/Octicons.ttf
Binary file not shown.
Empty file modified android/app/src/main/assets/fonts/SimpleLineIcons.ttf
100755 → 100644
Empty file.
Empty file modified android/app/src/main/assets/fonts/rubicon-icon-font.ttf
100755 → 100644
Empty file.
Empty file modified android/app/src/main/res/values/strings.xml
100644 → 100755
Empty file.
Empty file modified android/app/src/main/res/values/styles.xml
100644 → 100755
Empty file.
317 changes: 200 additions & 117 deletions ios/NativebaseKitchenSink.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions ios/NativebaseKitchenSink/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,18 @@
<array>
<string>Entypo.ttf</string>
<string>EvilIcons.ttf</string>
<string>Feather.ttf</string>
<string>FontAwesome.ttf</string>
<string>Foundation.ttf</string>
<string>Ionicons.ttf</string>
<string>MaterialCommunityIcons.ttf</string>
<string>MaterialIcons.ttf</string>
<string>Octicons.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
<string>Roboto_medium.ttf</string>
<string>Roboto.ttf</string>
<string>rubicon-icon-font.ttf</string>
<string>SimpleLineIcons.ttf</string>
<string>Zocial.ttf</string>
<string>MaterialCommunityIcons.ttf</string>
</array>
</dict>
</plist>
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"color": "1.0.3",
"lodash": "4.13.1",
"moment": "2.13.0",
"native-base": "2.4.2",
"native-base": "2.4.4",
"react": "16.3.1",
"react-native": "0.55.2",
"react-native-vector-icons": "4.3.0",
"react-native": "0.55.4",
"react-native-vector-icons": "4.5.0",
"react-navigation": "1.5.0"
}
}
2 changes: 1 addition & 1 deletion src/screens/button/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Block extends Component {
<Right />
</Header>

<Content padder style={{ backgroundColor: "#FFF", padding: 20 }}>
<Content padder style={{ backgroundColor: "#FFF" }}>
<Button block light style={styles.mb15}>
<Text>Light</Text>
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/button/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Custom extends Component {
<Right />
</Header>

<Content padder style={{ padding: 20 }}>
<Content padder>
<Button small style={styles.mb15}>
<Text>Default Small</Text>
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/button/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Default extends Component {
<Right />
</Header>

<Content padder style={{ backgroundColor: "#fff", padding: 20 }}>
<Content padder style={{ backgroundColor: "#fff" }}>
<Button light style={styles.mb15}>
<Text>Light</Text>
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/button/iconBtn.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class IconBtn extends Component {
<Right />
</Header>

<Content padder style={{ padding: 20 }}>
<Content padder>
<View
style={{ flexDirection: "row", justifyContent: "space-between" }}
>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/button/outline.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Outline extends Component {
<Right />
</Header>

<Content padder style={{ backgroundColor: "#fff", padding: 20 }}>
<Content padder style={{ backgroundColor: "#fff" }}>
<Button bordered light style={styles.mb15}>
<Text>Light</Text>
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/button/rounded.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Rounded extends Component {
<Right />
</Header>

<Content padder style={{ backgroundColor: "#FFF", padding: 20 }}>
<Content padder style={{ backgroundColor: "#FFF" }}>
<Button rounded light style={styles.mb15}>
<Text>Light</Text>
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/button/transparent.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Transparent extends Component {
<Right />
</Header>

<Content padder style={{ backgroundColor: "#fff", padding: 20 }}>
<Content padder style={{ backgroundColor: "#fff" }}>
<Button transparent light style={styles.mb15}>
<Text>Light</Text>
</Button>
Expand Down
Loading

0 comments on commit 0743c5a

Please sign in to comment.