Skip to content

Commit

Permalink
Merge pull request #146 from suvenduchhatoi/branch1
Browse files Browse the repository at this point in the history
 NBKS App with NB(2.11.0),RN(0.58.3)
  • Loading branch information
SupriyaKalghatgi authored Feb 11, 2019
2 parents 0547f59 + bf8ddd2 commit 98ab356
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 17 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NativebaseKitchenSink",
"version": "2.7.0",
"version": "2.11.0",
"private": true,
"devDependencies": {
"babel-eslint": "7.2.3",
Expand Down Expand Up @@ -33,11 +33,12 @@
"color": "1.0.3",
"lodash": "4.17.10",
"moment": "2.13.0",
"native-base": "https://github.com/GeekyAnts/NativeBase#master",
"native-base": "2.11.0",
"prop-types": "^15.6.2",
"react": "16.5.0",
"react-native": "0.57.1",
"react-native": "0.58.3",
"react-navigation": "1.5.0",
"scheduler": "^0.12.0",
"styled-components": "^3.4.5"
}
}
2 changes: 1 addition & 1 deletion src/screens/form/pickerInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PickerInput extends Component {
<Item picker>
<Picker
mode="dropdown"
iosIcon={<Icon name="ios-arrow-down-outline" />}
iosIcon={<Icon name="ios-arrow-down" />}
style={{ width: undefined }}
placeholder="Select your SIM"
placeholderStyle={{ color: "#bfc6ea" }}
Expand Down
4 changes: 2 additions & 2 deletions src/screens/icon/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class BasicIcon extends Component {
/>
<Icon
active
name="game-controller-a"
name="logo-game-controller-a"
style={{ width: 45, height: 45, justifyContent: "center" }}
/>
<Icon
Expand Down Expand Up @@ -188,7 +188,7 @@ class BasicIcon extends Component {
style={{ width: 45, height: 45, justifyContent: "center" }}
/>
<Icon
name="ionic"
name="logo-ionic"
style={{ width: 45, height: 45, justifyContent: "center" }}
/>
<Icon
Expand Down
4 changes: 2 additions & 2 deletions src/screens/icon/platform-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class PlatformSpecificIcon extends Component {
<Text>person</Text>
</Col>
<Col style={styles.col}>
<Icon ios="ios-apps-outline" android="md-apps" />
<Icon ios="ios-apps" android="md-apps" />
<Text>apps</Text>
</Col>
<Col style={styles.col}>
Expand All @@ -54,7 +54,7 @@ class PlatformSpecificIcon extends Component {
<Text>paper</Text>
</Col>
<Col style={styles.col}>
<Icon ios="ios-cart-outline" android="md-cart" />
<Icon ios="ios-cart" android="md-cart" />
<Text>cart</Text>
</Col>
</Row>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/icon/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class StateIcon extends Component {
</Text>
</Col>
<Col style={styles.col}>
<Icon name="ionic" />
<Icon name="logo-ionic" />
<Text numberOfLines={1} style={styles.iconText}>
ionic
</Text>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/list/list-icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class NHListIcon extends Component {
<ListItem icon>
<Left>
<Button style={{ backgroundColor: "#FF9501" }}>
<Icon active name="plane" />
<Icon active name="airplane" />
</Button>
</Left>
<Body>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/picker/backButtonPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class RegularPicker extends Component {
<Form>
<Picker
mode="dropdown"
iosIcon={<Icon name="ios-arrow-down-outline" />}
iosIcon={<Icon name="ios-arrow-down" />}
headerBackButtonText="Baaack!"
style={{ width: undefined }}
selectedValue={this.state.selected3}
Expand Down
2 changes: 1 addition & 1 deletion src/screens/picker/customHeaderPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class RegularPicker extends Component {
<Right />
</Header>}
mode="dropdown"
iosIcon={<Icon name="ios-arrow-down-outline" />}
iosIcon={<Icon name="ios-arrow-down" />}
style={{ width: undefined }}
selectedValue={this.state.selected1}
onValueChange={this.onValueChange.bind(this)}
Expand Down
2 changes: 1 addition & 1 deletion src/screens/picker/headerPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class RegularPicker extends Component {
<Picker
mode="dropdown"
iosHeader="Your Header"
iosIcon={<Icon name="ios-arrow-down-outline" />}
iosIcon={<Icon name="ios-arrow-down" />}
style={{ width: Platform.OS === "ios" ? undefined : 120 }}
selectedValue={this.state.selected4}
onValueChange={this.onValueChange4.bind(this)}
Expand Down
2 changes: 1 addition & 1 deletion src/screens/picker/headerStylePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class RegularPicker extends Component {
<Form>
<Picker
mode="dropdown"
iosIcon={<Icon name="ios-arrow-down-outline" />}
iosIcon={<Icon name="ios-arrow-down" />}
headerStyle={{ backgroundColor: "#b95dd3" }}
headerBackButtonTextStyle={{ color: "#fff" }}
headerTitleStyle={{ color: "#fff" }}
Expand Down
2 changes: 1 addition & 1 deletion src/screens/picker/picker-text-itemtext.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PickerTextItemText extends Component {
<Form>
<Picker
mode="dropdown"
iosIcon={<Icon name="ios-arrow-down-outline" />}
iosIcon={<Icon name="ios-arrow-down" />}
style={{ width: undefined }}
placeholder="Select your SIM"
textStyle={{ color: "#5cb85c" }}
Expand Down
2 changes: 1 addition & 1 deletion src/screens/picker/picker-with-icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PickerWithIcon extends Component {
<Picker
mode="dropdown"
iosHeader="Select your SIM"
iosIcon={<Icon name="ios-arrow-down-outline" />}
iosIcon={<Icon name="ios-arrow-down" />}
style={{ width: undefined }}
selectedValue={this.state.selected1}
onValueChange={this.onValueChange.bind(this)}
Expand Down
2 changes: 1 addition & 1 deletion src/screens/picker/placeholderPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class RegularPicker extends Component {
<Form>
<Picker
mode="dropdown"
iosIcon={<Icon name="ios-arrow-down-outline" />}
iosIcon={<Icon name="ios-arrow-down" />}
style={{ width: undefined }}
placeholder="Select your SIM"
placeholderStyle={{ color: "#bfc6ea" }}
Expand Down

0 comments on commit 98ab356

Please sign in to comment.