Skip to content

Commit

Permalink
GIF is here
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Sep 4, 2020
1 parent da7af84 commit e41f5dc
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<p align="center">
<img alt="React Native Single Select"
src="assets/Screenshots/typescript.jpg" />
src="assets/Screenshots/React-Native-Single-Select.gif" />
</p>

# Installation
Expand Down
Binary file added assets/Screenshots/React-Native-Single-Select.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/Screenshots/typescript.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const staticData: Array<ISingleSelectDataType> = [
const App = () => {
return (
<>
<StatusBar barStyle="dark-content" />
<StatusBar barStyle="light-content" />
<SafeAreaView
style={{
flex: 1,
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@freakycoder/react-native-single-select": "^0.1.4",
"@freakycoder/react-native-single-select": "^0.1.5",
"react": "16.13.1",
"react-native": "0.63.2"
},
Expand Down

0 comments on commit e41f5dc

Please sign in to comment.