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 doesn't exist in the module map!

See original GitHub issue

As soon as I install and import react-native-chatbot, I am getting following error thrown. It appears to be some missing item in the package, please look into this matter and let me know how to fix this up.

`// import dependencies here
import React, { Component } from 'react';
import { View, StyleSheet } from 'react-native';
import ChatBot from 'react-native-chatbot';

// import screens here

// import components here

const steps = [
  {
    id: '0',
    message: 'Welcome to react chatbot!',
    trigger: '1',
  },
  {
    id: '1',
    message: 'Bye!',
    end: true,
  },
];

export default class Chat extends Component {
  render() {
    return (
      <View>

      </View>
    );
  }
}`

simulator screen shot - iphone 6 - 2017-12-28 at 11 59 37

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Taimoormkcommented, Jan 17, 2018

And on Android we are having such keyboard view…

screenshot_1516186232

0reactions
Taimoormkcommented, Feb 21, 2018

@joaopaulofilho thanks man, much appreciate it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

react-native error: module does not exist in module map
Unable to resolve module from : Module does not exist in the module map or in these directories: We've found that this error...
Read more >
one-app/module-does-not-exist-in-module-map.md at main
Sometimes you might want to compose a module from multiple smaller modules using either iguazu-holocron or RenderModule. However, if you have not added...
Read more >
Modules — Clang 16.0.0git documentation
Module maps are specified as separate files (each named module.modulemap ) alongside the headers they describe, which allows them to be added to...
Read more >
module map file '/Users/hosein/Lib… | Apple Developer Forums
... /Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap' not found ... and my target iOS version in pod and general in Xcode is 10.0.
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 >

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