rn-number-input icon indicating copy to clipboard operation
rn-number-input copied to clipboard

undefined is not an object

Open Neha1490 opened this issue 6 years ago • 0 comments

Hi

Is this meant for ios only? I am using this library in android and getting some errors.

  1. 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 the node_modules folder: rm -rf node_modules && npm install.\n 3. Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache." error.

I have tried all the steps mentioned in this error but nothing happens. Now I have installed 'ramda' manually.

  1. After installing 'ramda' manually and running project,getting the error attached in screenshot.

screenshot_1521205528

PLATFORM- Android

VERSION- react-native: 0.47.1 rn-number-input: 0.0.2 ramda: 0.25.0

Neha1490 avatar Mar 16 '18 13:03 Neha1490