import common from './common'; import * as AssetRegistry from '../NativeModules/AssetRegistry'; const aliases: { [key: string]: any } = { ...common, 'react-dom': require('react-dom'), 'react-native': require('react-native-web'), 'react-native-web': require('react-native-web'), 'react-native-web/dist/modules/AssetRegistry': AssetRegistry, 'react-native-web/dist/modules/UnimplementedView': require('react-native-web/dist/modules/UnimplementedView'), // for react-native-maps@0.29.4 }; export default aliases;