UNPKG

react-native-androw

Version:

Solve shadows in React Native for Android

11 lines (9 loc) 271 B
// @flow import { requireNativeComponent, View } from 'react-native'; const componentInterface = { name: 'RNAndrow', propTypes: { ...View.propTypes, // include the default view properties }, }; export default requireNativeComponent('RNAndrow', componentInterface);