Description
Describe the bug
A clear and concise description of what the bug is.
1.Error: Requiring module "node_modules/react-native-keyboard-controller/src/index.ts", which threw an exception: TypeError: undefined is not an object (evaluating 'this.InnerNativeModule.installCoreFunctions')
2.undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[6], "react-native-keyboard-controller").KeyboardProvider')
Code snippet
Add your code snippet where error has been occurred.
import { KeyboardProvider } from 'react-native-keyboard-controller';
<KeyboardProvider>
<Provider {...Stores}>
<RootSiblingParent key="RootSiblingParent">
<Navigation routeName={routeName} params={params} />
</RootSiblingParent>
</Provider>
</KeyboardProvider>
Repo for reproducing
I would be highly appreciate if you can provide repository for reproducing your issue. It can significantly reduce the time for discovering and fixing the problem.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
- Desktop OS [e.g. Windows 10, MacOS 10.15.5]
- Device: [e.g. iPhone6]
- OS: [e.g. iOS 8.1]
- JS engine [e.g. JSC, Hermes, v8]
- Library version [e.g. 22]
Additional context
Add any other context about the problem here.