-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The package 'react-native-keyboard-controller' doesn't seem to be linked. #786
Comments
@sayan-avantai did you re-assemble the app after adding a library? Does it work on iOS? |
Am having the same issue too, I have re-assemble the app many times, still not working. Am using Expo runtime |
@aliminurudeen do you use expo go or expo dev client? |
@sayan-avantai @aliminurudeen There are plenty of similar commands, try to run the following one: |
It's fixed now. I have deleted node modules folder then reinstall all npm packages. It's working now. |
I am using react-native-cli . |
i am using latest version React Native Expo having the same problem. So i need to uninstall this package. |
what fixed it for me: rm -rf ./node_modules
yarn # or `npm i`
rm -rf ios/Pods
cd ios && pod install && cd ..
rm -rf ios/build/generated
# uninstall app from device
npx react-native run-ios |
I reinstalled the package using |
Use |
Error:The package 'react-native-keyboard-controller' doesn't seem to be linked.
Warning: TypeError: Cannot read property 'KeyboardProvider' of undefined
package.json:
"react-native": "0.76.2",
"react-native-keyboard-controller": "^1.16.0",
I have also changed kotlin version to "1.6.21". but same result. I am using bare react-native.
The text was updated successfully, but these errors were encountered: