Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

Commit 270b289

Browse files
authored
Change requires from React components and react native
0.27v in React Native issues
1 parent 6b91141 commit 270b289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
var React = require('react-native')
1+
var React = require('react')
22
var tweenState = require('react-tween-state')
3-
var {PanResponder, TouchableHighlight, StyleSheet, Text, View} = React
3+
var {PanResponder, TouchableHighlight, StyleSheet, Text, View} = require('react-native')
44
var styles = require('./styles.js')
55

66
var SwipeoutBtn = React.createClass({

0 commit comments

Comments
 (0)