Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit 9d9a5f7

Browse files
committed
import statements
1 parent 9b62b96 commit 9d9a5f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/* @flow */
2-
import React from 'react-native'
3-
const {
2+
import React from 'react'
3+
4+
import {
45
View,
56
PropTypes,
67
Platform,
7-
} = React
8+
} from 'react-native';
89
import { StatusBarEnhanced } from './components/StatusBarEnhanced'
910
export { NavGroup } from './components/NavGroup'
1011
export { NavButton } from './components/NavButton'

0 commit comments

Comments
 (0)