Skip to content

Commit

Permalink
Version 2.0 is here 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Oct 18, 2020
1 parent 1aa1aa7 commit 0a31224
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
<img alt="React Native Dynamic Search Bar" src="assets/Screenshots/RN-Dynamic-Search-Bar-Spinner.gif" />
</p>

# Version 2.0 🥳

🥳 Version 2.0 is finally here :O `SearchBar` is completely re-written from scratch. It has much better coding for maintenance and less dependency. Much better prop management therefore, cool customizations are possible with predefined `dark mode` integration. I can't waiting to see what you're going to make with this `SearchBar` 😍

## Installation

Add the dependency:
Expand Down
2 changes: 1 addition & 1 deletion example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { ScreenWidth } from "@freakycoder/react-native-helpers";
/**
* ? Local Imports
*/
import SearchBar from "./build/dist/SearchBar";
import SearchBar from "react-native-dynamic-search-bar";
import styles, { centerSubtitleStyle } from "./styles";
// Static Data
import staticData from "./src/data/staticData";
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "16.14.0",
"react-native": "0.63.3",
"react-native-animation-layout": "0.0.13",
"react-native-dynamic-search-bar": "1.3.1",
"react-native-dynamic-search-bar": "2.0.0",
"react-native-fast-image": "^8.3.2",
"react-native-gesture-handler": "^1.8.0",
"react-native-gradient-card-view": "0.1.0",
Expand Down

0 comments on commit 0a31224

Please sign in to comment.