GeekyAnts / NativeBase

Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
https://nativebase.io/
MIT License
20.19k stars 2.38k forks source link

Version problem #1486

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello , I am using native base in my project , but last days i have such problem on ios.

These are my module versions : "moment": "2.17.1", "react": "15.4.2", "native-base": "2.0.12", "react-native": "0.41.2", "react-native-calendar": "0.10.0", "react-native-easy-grid": "0.1.7", "react-native-modal-dropdown": "0.4.3", "react-native-modalbox": "1.3.9", "react-native-router-flux": "3.37.0"

During transforming i have following error : UnableToResolveError: Unable to resolve module @shoutem/theme from /Users/userName/Desktop/laws/node_modules/native-base/dist/src/index.js: Module does not exist in the module map or in these directories: /Users/userName/Desktop/laws/node_modules/native-base/node_modules/@shoutem , /Users/userName/Desktop/laws/node_modules/@shoutem

Could you tell me how to fix this?

SupriyaKalghatgi commented 6 years ago

@goglikoo Try doing these

ghost commented 6 years ago

@SupriyaKalghatgi I've done it already, but not fixed.

ghost commented 6 years ago

I fixed it , manually installed npm install --save @shoutem/theme