rn-number-input
rn-number-input copied to clipboard
undefined is not an object
Hi
Is this meant for ios only? I am using this library in android and getting some errors.
- After installing this library and running my project, on react-native start I am getting "Unable to resolve module
ramda
from/xx/xx/node_modules/rn-number-input/dist/util.js
: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches:watchman watch-del-all
.\n 2. Delete thenode_modules
folder:rm -rf node_modules && npm install
.\n 3. Reset packager cache:rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
." error.
I have tried all the steps mentioned in this error but nothing happens. Now I have installed 'ramda' manually.
- After installing 'ramda' manually and running project,getting the error attached in screenshot.
PLATFORM- Android
VERSION- react-native: 0.47.1 rn-number-input: 0.0.2 ramda: 0.25.0