Skip to content

Commit b240e6e

Browse files
authored
Merge pull request #11 from wootwoot1234/patch-1
Fixes warnings in React Native 0.25.
2 parents 35a745a + 690caa9 commit b240e6e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

ProgressBar.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
var React = require('react-native');
2-
3-
var {
4-
Animated,
5-
Easing,
6-
StyleSheet,
7-
View
8-
} = React;
1+
import React from 'react';
2+
import {
3+
StyleSheet,
4+
Text,
5+
View,
6+
Animated,
7+
Easing,
8+
} from 'react-native';
99

1010
var styles = StyleSheet.create({
1111
background: {

0 commit comments

Comments
 (0)