mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-24 15:18:19 +00:00
[change] Remove platform-specific exports
This commit is contained in:
committed by
Nicolas Gallagher
parent
bf24fb5a3a
commit
3a024ee308
@@ -7,14 +7,11 @@ module.exports = {
|
||||
AppRegistry: true,
|
||||
AppState: true,
|
||||
Appearance: true,
|
||||
BackHandler: true,
|
||||
Button: true,
|
||||
CheckBox: true,
|
||||
Clipboard: true,
|
||||
DeviceEventEmitter: true,
|
||||
DeviceInfo: true,
|
||||
Dimensions: true,
|
||||
DrawerLayoutAndroid: true,
|
||||
Easing: true,
|
||||
FlatList: true,
|
||||
I18nManager: true,
|
||||
@@ -31,7 +28,6 @@ module.exports = {
|
||||
NativeEventEmitter: true,
|
||||
NativeModules: true,
|
||||
PanResponder: true,
|
||||
PermissionsAndroid: true,
|
||||
Picker: true,
|
||||
PixelRatio: true,
|
||||
Platform: true,
|
||||
@@ -41,16 +37,12 @@ module.exports = {
|
||||
SafeAreaView: true,
|
||||
ScrollView: true,
|
||||
SectionList: true,
|
||||
Settings: true,
|
||||
Share: true,
|
||||
StatusBar: true,
|
||||
StyleSheet: true,
|
||||
Switch: true,
|
||||
Systrace: true,
|
||||
TVEventHandler: true,
|
||||
Text: true,
|
||||
TextInput: true,
|
||||
ToastAndroid: true,
|
||||
Touchable: true,
|
||||
TouchableHighlight: true,
|
||||
TouchableNativeFeedback: true,
|
||||
|
||||
Reference in New Issue
Block a user