Skip to content

Commit a690113

Browse files
committed
Add default export
1 parent 136fd7a commit a690113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ export class WebView extends Component {
134134
}
135135
}
136136

137+
export default WebView;
138+
137139
const styles = StyleSheet.create({
138140
loadingContainer: {
139141
flex: 1,

0 commit comments

Comments
 (0)