UNPKG

105 BJavaScriptView Raw
1'use strict';
2
3import React from 'react';
4import {
5 View,
6} from 'react-native';
7
8module.exports = View;