简体   繁体   English

我们可以在 react native expo 项目中使用 react native (npm) 包吗

[英]Can we use react native (npm) packages in react native expo project

I have created a react-native application using expo and now am working on it, I want to use some react native (npm: react-native-material-dropdown, react-native-datepicker, etc.,) packages in my expo project, but I am not able to use those in my expo project...我已经使用 expo 创建了一个 react-native 应用程序,现在正在研究它,我想在我的 expo 项目中使用一些 react native(npm:react-native-material-dropdown、react-native-datepicker 等)包,但我无法在我的博览会项目中使用这些...

Is there any possibility or solution to make it happen?有没有可能或解决方案来实现它?

Thanks in advance...提前致谢...

您应该能够在您的 Expo 项目中使用它们。例如,只需运行npm install --save react-native-material-dropdown ,然后您应该可以使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM