Skip to content

Commit

Permalink
Merge pull request #151 from umhan35/next
Browse files Browse the repository at this point in the history
v3.4.2
  • Loading branch information
iRoachie authored Jun 5, 2018
2 parents 417ee05 + 2e22bd5 commit 8c85591
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-search-bar",
"version": "3.4.1",
"version": "3.4.2",
"description": "The native search bar for react native.",
"keywords": ["search-bar", "react-component", "react-native", "ios"],
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// TypeScript Version: 2.6

import * as React from 'react'
import { ReturnKeyTypeIOS, KeyboardType, KeyboardTypeIOS, ViewStyle } from 'react-native'
import { ReturnKeyType, ReturnKeyTypeIOS, KeyboardType, KeyboardTypeIOS, ViewStyle } from 'react-native'

interface Props {
/**
Expand Down Expand Up @@ -100,7 +100,7 @@ interface Props {
*
* Default is 'search'
*/
returnKeyType?: ReturnKeyTypeIOS
returnKeyType?: ReturnKeyType | ReturnKeyTypeIOS

/**
* The type of keyboard to display
Expand Down

0 comments on commit 8c85591

Please sign in to comment.