Mike Diarmid

Results 130 comments of Mike Diarmid

This makes sense, we probably shouldn't be using hardcoded paths like that I'd need to spend some time investigating possible solutions for this

Would writing a dart script not be easier and cleaner for cross-platform execution, we have an example on the melos repo itself: https://github.com/invertase/melos/blob/master/melos.yaml#L40 https://github.com/invertase/melos/blob/master/scripts/generate_version.dart You could even add a pubspec.yaml...

We are going through and updating the docs to have more examples and information on cross-platform scripts 🙈 sorry it's not fully documented yet > Then run section docs must...

@mcampsall try my fork https://github.com/Salakar/react-native-firestack

@abcd-ca @alexkendall @JackThomson2 this repo has generally been abandoned, I think this issue and a ton of other issues were fixed in my [v3 version of firestack.](https://github.com/Salakar/react-native-firestack)

@buhe I believe that's because there's an issue with the messaging module, but there are [alternatives you can use](https://github.com/invertase/react-native-firebase) that have a full FCM/messaging implementation.

You're probably best off tackling this on my v3 fork of firestack if possible due to the current state of affairs here v3: https://github.com/Salakar/react-native-firestack

@AndrewHenderson can confirm this works and has also been tested over at my end, I fixed this in v3 firestack (my fork of firestack = v3) originally and works also...

@AndrewHenderson can you make an issue over at RNFirease please, but; I have taken a look though and can't see any issues with this, which platform isn't this working on?...

https://github.com/Salakar/react-native-firestack - my fork has the full fcm implementation in it and a ton of other new features such as transactions.