clipped-tabbar icon indicating copy to clipboard operation
clipped-tabbar copied to clipboard

Forking with errors

Open dentep opened this issue 3 years ago • 0 comments

the project doesn't start with expo. The error:

./node_modules/@unimodules/core/build/AdapterProxy.js:1
Module not found: Can't resolve '@unimodules/react-native-adapter'
 export * from '@unimodules/react-native-adapter';

./node_modules/@unimodules/core/build/deprecate.js:2
Module not found: Can't resolve '@unimodules/react-native-adapter'
 import compareVersions from 'compare-versions';
 import { CodedError } from '@unimodules/react-native-adapter';
 
 const postedWarnings: { [key: string]: boolean } = {};

dentep avatar Jan 09 '22 02:01 dentep