question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Module `native-base` does not exist in the Haste module map

See original GitHub issue

getting error after importing native base

import {Text} from 'native-base';

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
SupriyaKalghatgicommented, Sep 3, 2018

@omi10859 Can you be quick?

2reactions
SupriyaKalghatgicommented, Sep 3, 2018

If you have installed NativeBase, then try deleting node_modules, lock files, clear cache and run yarn

If you have not installed NativeBase, then install it

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found