我是本机react的新手,我想创建一个使用 firebase 推送通知的简单应用程序。
所以我使用“expo init”创建了我的react应用程序
现在我被困在本教程的第 2 点 https://github.com/invertase/react-native-firebase-docs/blob/master/docs/installation/android.md
在教程中,它说“将 xyz 应用到你的 android/app/build.gradle”,但问题是我没有这样的文件,在许多其他的 react native 教程中也提到了这个文件......我是否必须创建这个文件自己还是应该通常自动创建这个文件?
更具体地说,我没有“android”目录。node_modules 文件夹中只有许多 android 文件夹
我添加了我的顶级文件夹结构的屏幕截图。