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

Commit 6b91141

Browse files
authored
Change React import from
1 parent cec5e98 commit 6b91141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.android.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
*/
55
'use strict';
66

7-
var React = require('react-native');
7+
var React = require('react');
88
var {
99
AppRegistry,
1010
StyleSheet,
1111
ListView,
1212
Text,
1313
View,
14-
} = React;
14+
} = require('react-native');
1515

1616
// include react-native-swipeout
1717
var Swipeout = require('./index.js')

0 commit comments

Comments
 (0)