Lukas Ortwein
Lukas Ortwein
Deleting package-lock.json fixed it for me.
I am facing the same issue: Steps I took: ``` npx @react-native-community/cli@latest init test --version 0.77.2 yarn add [email protected] npx rnn-link cd ios && pod install ``` Result: Build fails...
Hey @AleshkovDenis, did you try to add `RNNotificationsPackage` in getPackages? ``` override fun getPackages(): List = PackageList(this).packages.apply { add(NavigationPackage()) //