Skip to content

Commit

Permalink
Merge pull request #38 from wzywno/master
Browse files Browse the repository at this point in the history
upgrade to RN 0.26, bump version
  • Loading branch information
Nicolas Ulrich committed May 31, 2016
2 parents 42f79ec + e4f1e1f commit 36dea29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions RCTAutoComplete.ios.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
var React = require('react-native');
var React = require('react');
var PropTypes = React.PropTypes;
var { requireNativeComponent } = require('react-native');

import {requireNativeComponent} from 'react-native';

var NativeAutoComplete = requireNativeComponent('RCTAutoComplete', null);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-autocomplete",
"author": "Nicolas Ulrich <[email protected]> (https://github.com/nulrich)",
"description": "React Native Component for MLPAutoCompleteTextField",
"version": "0.1.3",
"version": "0.1.4",
"main": "RCTAutoComplete.ios.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 36dea29

Please sign in to comment.