Alberto Vildosola

Results 7 comments of Alberto Vildosola

Great! I'll try that. Thanks for all the awesome work on this package.

Thanks, @Bushuo. Adding `customTransformer.js` to the root folder and replacing this line in `metro.config.js` fixed it for me: ``` - babelTransformerPath: require.resolve('react-native-svg-transformer'), + babelTransformerPath: require.resolve('./customTransformer.js'), ```

If you're only using awesome_notifications to manage notifications on Android and don't need it for iOS you can fork this repo and remove iOS support like I did here: https://github.com/alfalcon90/awesome_notifications/commit/8e7270f44f65f7bf3ffaab0ad4a0d15478d53226...

For anyone looking in the future, I couldn't find any dart package on pub.dev that has the latest emoji unicode version so I ended up creating [unicode-emoji-dart](https://www.npmjs.com/package/unicode-emoji-dart) to help with...

Similar issue: https://github.com/surrealdb/surrealdb/issues/3367

For anyone looking in the future, I couldn't find any dart package on pub.dev that has the latest emoji unicode version so I ended up creating [unicode-emoji-dart](https://www.npmjs.com/package/unicode-emoji-dart) to help with...

Relevant discussion: https://github.com/SeaQL/sea-orm/discussions/2412