bietkul / react-native-form-builder

Handle your forms in a smart way
MIT License
121 stars 68 forks source link

UnhandledPromiseRejectionWarning: Error: Unable to resolve module `native-base` #27

Closed rahul-mutyalkar closed 5 years ago

rahul-mutyalkar commented 5 years ago

(node:10005) UnhandledPromiseRejectionWarning: Error: Unable to resolve module native-base from /home/rahul/Desktop/architecture/mobileApp/firstApp/node_modules/react-native-form-builder/src/fields/textInput/index.js: Module native-base does not exist in the Haste module map

bietkul commented 5 years ago

Closing it since native-base is a peer-dependency of this library.

luissmg commented 5 years ago

@rahul-mutyalkar You must install native-base in your project in order to use this lib.