Skip to content

Commit

Permalink
Updated exports to support ScrollView and Container
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasfreestyle committed Apr 1, 2018
1 parent 262fa69 commit fb5ee41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
import { Video } from './components'
import Video from './components/Video'
export {
Container,
ScrollView
} from './components'

export default Video

0 comments on commit fb5ee41

Please sign in to comment.