invertase / react-native-notifee

Moved to https://github.com/invertase/notifee
https://invertase.io/blog/open-sourcing-notifee
Other
465 stars 31 forks source link

style(types): without the type specification, tsc fails #371

Closed mikehardy closed 3 years ago

mikehardy commented 3 years ago

Without tsc working, installing from source by commit hash does not work

This is peeled from #370 so it's a quick / non-blocking merge

I'll rebase #370 on top of any improvements as I peel them out so it's ready for merge when we're ready / documented for the breaking change

mikehardy commented 3 years ago

With this in place you can do things like

"@notifee/react-native": "github:notifee/react-native-notifee#5f8a5688b4faf56648f60696243681e3837d7715",

in package.json (in combo with a postinstall that does a yarn && tsc in the node_modules...) and get in-progress changes via commit-hash :+1: