Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Overlay.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@

'use strict';

var React = require('react-native');
var React = require('react');
var {
View,
PropTypes,
StyleSheet,
requireNativeComponent,
} = React;
} = require('react-native');

type Props = {
isVisible: boolean;
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-overlay",
"version": "0.4.2",
"version": "0.5.0",
"description": "An <Overlay /> component that brings content inside to the front of the view regardless of its current position in the component tree.",
"main": "Overlay.ios.js",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
Expand Down