Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
update for android
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Mar 9, 2017
1 parent faeffb0 commit 3be3a37
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,16 @@ export default class App extends Component {
}}
style={{ width: 300, height: 300 }}
/>
<WebView
ref="webview"
style={{ width: 300, height: 300 }}
source={{
uri: "https://github.com/gre/react-native-view-shot"
}}
/>
<View
ref="webview"
collapsable={false}
style={{ width: 300, height: 300 }}>
<WebView
source={{
uri: "https://github.com/gre/react-native-view-shot"
}}
/>
</View>
<Video
ref="video"
style={{ width: 300, height: 300 }}
Expand Down

0 comments on commit 3be3a37

Please sign in to comment.