galio-org / galio

Galio is a beautifully designed, Free and Open Source React Native Framework
https://galio.io/
MIT License
3.14k stars 325 forks source link

unable to resolve module './atomic/atoms/Button' #231

Closed Joshig99 closed 4 years ago

Joshig99 commented 4 years ago

package.json { "name": "aaa", "version": "1.0.0", "description": "aaa", "main": "node_modules/expo/AppEntry.js", "private": true, "scripts": { "start": "cross-env REACT_EDITOR=code expo start", "android": "cross-env REACT_EDITOR=code expo start --android", "ios": "cross-env REACT_EDITOR=code expo start --ios", "eject": "expo eject", "test": "node ./node_modules/jest/bin/jest.js --watchAll" }, "jest": { "preset": "jest-expo" }, "dependencies": { "@react-native-community/masked-view": "0.1.6", "@react-native-community/netinfo": "^5.9.6", "@react-navigation/compat": "^5.1.25", "@react-navigation/drawer": "5.8.2", "@react-navigation/native": "5.5.0", "@react-navigation/stack": "5.4.1", "aws-amplify": "^3.0.25", "expo": "^37.0.0", "expo-asset": "~8.1.5", "expo-font": "~8.1.0", "expo-gl": "^8.4.0", "expo-image-picker": "~8.1.0", "expo-linear-gradient": "~8.1.0", "expo-pixi": "^1.2.0", "galio-framework": "^0.6.3", "react": "16.9.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", "react-native-gesture-handler": "~1.6.0", "react-native-modal-dropdown": "^0.7.0", "react-native-reanimated": "~1.7.0", "react-native-safe-area-context": "0.7.3", "react-native-screens": "~2.2.0" }, "devDependencies": { "babel-preset-expo": "^8.2.1", "cross-env": "^7.0.0", "expo-cli": "^3.25.1", "jest-expo": "^37.0.0" }, "bugs": { "url": "https://github.com/creativetimofficial/ct-material-kit-pro-react-native/issues" }, "homepage": "https://demos.creative-tim.com/material-kit-pro-react-native/" } Screenshot 2020-09-16 at 11 16 37 AM

Joshig99 commented 4 years ago

My issue solved by running
expo r -c