Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions formulus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Before the first Android build (and after cloning the repo), vendor the **Notife
npm run vendor:notifee
```

The checkout under `third_party/notifee/` is **not committed** (it is gitignored). A fresh clone has no `:notifee_core` sources, so Gradle fails dependency resolution for that project—often with a message like *No matching variant of project `:notifee_core`* or *No variants exist*. Running `npm run vendor:notifee` (or `npm run android`, which runs it via the `preandroid` script) creates that tree. If you build with `./gradlew` or `npx react-native run-android` directly, run `npm run vendor:notifee` first when `third_party/notifee/` is missing.

Then:

```sh
Expand Down
Loading