TheWidlarzGroup / react-native-notificated

⚡️React Native toast notifications
https://thewidlarzgroup.github.io/react-native-notificated/
MIT License
373 stars 21 forks source link

fixed: no children prop (types) #258

Closed sanduluca closed 6 months ago

sanduluca commented 6 months ago

With React 18 the implicit children prop was removed. You can read why here: https://solverfox.dev/writing/no-implicit-children/

Fixes: #251

PdoubleU commented 6 months ago

With React 18 the implicit children prop was removed. You can read why here: https://solverfox.dev/writing/no-implicit-children/

Fixes: #251

Hi @sanduluca , thanks for contribution :) seems legit, will merge and deploy the next week