BetterWeather
BetterWeather copied to clipboard
unknown named module:
'query-string' (android)
Hey @kangdawei thanks for opening an issue! Can you please provide more information?
What were you trying to do? What commands did you enter? What is your environment? NPM version, node version, react-native-cli version?
Thanks!
Screenshots help!
@kangdawei , I had a 'query-string' problem.
- I tried "npm install query-string", but the problem was not solved.
- I couldn't find 'query-string' under node_modules, but there is a 'qs'. I solved the problem by using 'qs' instead of 'query-string'.