Skip to content

Commit

Permalink
chore(Example): remove deprecated props
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieran-McIntyre committed Apr 14, 2021
1 parent bb352a7 commit 45804f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class App extends Component {
getItemHeight={() => sizes.itemHeight}
sectionHeaderHeight={sizes.headerHeight}
listHeaderHeight={sizes.listHeaderHeight}
indexLetterColor={colors.primary}
indexLetterStyle={{ color: colors.primary }}
/>
</SafeAreaView>
);
Expand Down
4 changes: 2 additions & 2 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"faker": "^5.1.0",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-section-alphabet-list": "2.0.3"
"react-native-section-alphabet-list": "2.0.5"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down

0 comments on commit 45804f0

Please sign in to comment.