Skip to content

Commit

Permalink
Example is updated and library is tested
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Oct 9, 2019
1 parent 6ce6bb0 commit 3b782dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions example/App.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import React from "react";
import { View, StatusBar } from "react-native";

import HeaderSearchBar from "./lib/src/HeaderSearchBar";
import HeaderSearchBar from "react-native-header-search-bar";

const App = () => {
return (
<View>
<StatusBar barStyle="dark-content" />
<HeaderSearchBar />
<HeaderSearchBar onChangeText={text => console.log(text)} />
</View>
);
};
Expand Down
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"react-native": "0.61.2",
"react-native-androw": "0.0.33",
"react-native-dynamic-vector-icons": "^0.2.1",
"react-native-header-search-bar": "0.0.1",
"react-native-vector-icons": "^6.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-header-search-bar",
"version": "0.0.11",
"version": "0.0.1",
"description": "Description for library",
"keywords": [
"header",
Expand Down

0 comments on commit 3b782dc

Please sign in to comment.