Module `native-base` does not exist in the Haste module map
See original GitHub issuegetting error after importing native base
import {Text} from 'native-base';
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Error with native base "Module `color` does not exist in the ...
Solved! What I did is : - remove package-lock.json - npm start -- --reset-cache. If I only do npm start -- --reset-cache, it...
Read more >unable to resolve module react-native-elements - You.com
Check if that exists. Open side panel. Module not found: Can't resolve 'react-native' - React Native. Asked Apr 5, 2018 • 14 votes...
Read more >Module fs does not exist in the Haste module map
Moduledateformat does not exist in the Haste module map. and the fix was to explicitly add dateformat as a dependency. Previously it wasn't...
Read more >Module doesn't exist in the Haste module map. : r/reactnative
Just run the packager command and start the app which is already installed on your device/simulator in the first instance. Most libraries are ......
Read more >Module 'firebase' does not exist in the Haste module map
When trying to run my react-native project I get the following error. I think the error might be in the podfile but I...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@omi10859 Can you be quick?
If you have installed NativeBase, then try deleting
node_modules
, lock files, clear cache and runyarn
If you have not installed NativeBase, then install it