Ejecting from Expo

家住魔仙堡 提交于 2020-01-22 02:43:04

问题


I have to eject from expo in my react native project, but I still want to maintain some functionalities provided by their libraries, like notifications. Is it possible?

Thanks in advance!


回答1:


Starting with SDK33 Expo was changed to install its own modules separately as required. If you have installed and used the notification module using expo install, you can use it normally even with an eject.

Check whether a module is available on MainApplication.java for Android or info.list for ios.



来源:https://stackoverflow.com/questions/57018518/ejecting-from-expo

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!