Expose RPSystemBroadcastPickerView to ReactNative
This commit is contained in:
8
react/BroadcastPicker.js
Normal file
8
react/BroadcastPicker.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import SystemBroadcastPicker from './ios-native-components/BBBN_SystemBroadcastPicker';
|
||||
|
||||
const BroadcastPicker = ({children, title}): Node => {
|
||||
return <SystemBroadcastPicker style={{marginTop: 50, height: 50, widht: 50, backgroundColor: '#EEE'}} />;
|
||||
};
|
||||
|
||||
export default BroadcastPicker;
|
||||
@@ -0,0 +1,3 @@
|
||||
import {requireNativeComponent} from 'react-native';
|
||||
|
||||
export default requireNativeComponent('BBBN_SystemBroadcastPicker');
|
||||
Reference in New Issue
Block a user