Description
./node_modules/react-native-paper/lib/module/core/Provider.js:24:17
"export 'Appearance' was not found in 'react-native-web/dist/index'
22 | state = {
23 | reduceMotionEnabled: false,
24 | colorScheme: Appearance?.getColorScheme() || 'light',
| ^
25 | };
26 |
27 | async componentDidMount() {
./node_modules/react-native-paper/lib/module/core/Provider.js:24:17
"export 'Appearance' was not found in 'react-native-web/dist/index'
22 | state = {
23 | reduceMotionEnabled: false,
24 | colorScheme: Appearance?.getColorScheme() || 'light',
| ^
25 | };
26 |
27 | async componentDidMount() {
./node_modules/react-native-paper/lib/module/core/Provider.js:24:17
"export 'Appearance' was not found in 'react-native-web/dist/index'
22 | state = {
23 | reduceMotionEnabled: false,
24 | colorScheme: Appearance?.getColorScheme() || 'light',
| ^
25 | };
26 |
27 | async componentDidMount() {
./node_modules/react-native-paper/lib/module/core/Provider.js:33:4
"export 'Appearance' was not found in 'react-native-web/dist/index'
31 | );
32 | this.updateReduceMotionSettingsInfo();
33 | Appearance?.addChangeListener(this.handleAppearanceChange);
| ^
34 | }
35 |
36 | componentWillUnmount() {
./node_modules/react-native-paper/lib/module/core/Provider.js:33:4
"export 'Appearance' was not found in 'react-native-web/dist/index'
31 | );
32 | this.updateReduceMotionSettingsInfo();
33 | Appearance?.addChangeListener(this.handleAppearanceChange);
| ^
34 | }
35 |
36 | componentWillUnmount() {
./node_modules/react-native-paper/lib/module/core/Provider.js:33:4
"export 'Appearance' was not found in 'react-native-web/dist/index'
31 | );
32 | this.updateReduceMotionSettingsInfo();
33 | Appearance?.addChangeListener(this.handleAppearanceChange);
| ^
34 | }
35 |
36 | componentWillUnmount() {
./node_modules/react-native-paper/lib/module/core/Provider.js:41:4
"export 'Appearance' was not found in 'react-native-web/dist/index'
39 | this.updateReduceMotionSettingsInfo
40 | );
41 | Appearance?.removeChangeListener(this.handleAppearanceChange);
| ^
42 | }
43 |
44 | private handleAppearanceChange = (
./node_modules/react-native-paper/lib/module/core/Provider.js:41:4
"export 'Appearance' was not found in 'react-native-web/dist/index'
39 | this.updateReduceMotionSettingsInfo
40 | );
41 | Appearance?.removeChangeListener(this.handleAppearanceChange);
| ^
42 | }
43 |
44 | private handleAppearanceChange = (
./node_modules/react-native-paper/lib/module/core/Provider.js:41:4
"export 'Appearance' was not found in 'react-native-web/dist/index'
39 | this.updateReduceMotionSettingsInfo
40 | );
41 | Appearance?.removeChangeListener(this.handleAppearanceChange);
| ^
42 | }
43 |
44 | private handleAppearanceChange = (
./node_modules/react-native-maps/lib/components/MapView.js:1011:2
"export 'requireNativeComponent' was not found in 'react-native-web/dist/index'
1009 |
1010 | const nativeComponent = Component =>
1011 | requireNativeComponent(Component, MapView, {
| ^
1012 | nativeOnly: {
1013 | onChange: true,
1014 | onMapReady: true,
./node_modules/react-native-maps/lib/components/MapView.js:1038:4
"export 'requireNativeComponent' was not found in 'react-native-web/dist/index'
1036 | AIRMapLite =
1037 | NativeModules.UIManager.AIRMapLite &&
1038 | requireNativeComponent('AIRMapLite', MapView, {
| ^
1039 | nativeOnly: {
1040 | onChange: true,
1041 | onMapReady: true,
./node_modules/react-native-maps/lib/components/MapView.js:1049:4
"export 'requireNativeComponent' was not found in 'react-native-web/dist/index'
1047 | AIRMapLite =
1048 | NativeModules.UIManager.getViewManagerConfig('AIRMapLite') &&
1049 | requireNativeComponent('AIRMapLite', MapView, {
| ^
1050 | nativeOnly: {
1051 | onChange: true,
1052 | onMapReady: true,
./node_modules/react-native-maps/lib/components/decorateMapComponent.js:53:4
"export 'requireNativeComponent' was not found in 'react-native-web/dist/index'
51 |
52 | const getDefaultComponent = () =>
53 | requireNativeComponent(getAirComponentName(null, componentType), Component);
| ^
54 |
55 | Component.contextTypes = contextTypes;
56 |
./node_modules/react-native-maps/lib/components/decorateMapComponent.js:80:31
"export 'requireNativeComponent' was not found in 'react-native-web/dist/index'
78 | (Platform.OS === 'ios' && googleMapIsInstalled)
79 | ) {
80 | components[provider] = requireNativeComponent(componentName, Component);
| ^
81 | }
82 | } else {
83 | // (platformSupport === USES_DEFAULT_IMPLEMENTATION)