What happened?
Apologies in advance; this is more a question than a bug report.
Should I be able to use this project to create a matrix test in GitHub actions to test my react native library against multiple versions of React Native?
I have the basics of this set up https://github.com/oblador/react-native-vector-icons/tree/monorepo
I'm using detox ti run e2e tests.
This works perfectly with RN 0.73
My intention was to then setup a matrix where I would
As I'm trying to get this working on past versions of RN I'm hitting all sorts of problems like
- Wrong gradle version
- Wrong java version
- Kotlin mismatches
I want to check if what I'm trying to do is feasible before filing more bugs around the issues I'm seeing.
Version
3.3.6
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
See https://github.com/oblador/react-native-vector-icons/tree/monorepo
Code of Conduct
What happened?
Apologies in advance; this is more a question than a bug report.
Should I be able to use this project to create a matrix test in GitHub actions to test my react native library against multiple versions of React Native?
I have the basics of this set up https://github.com/oblador/react-native-vector-icons/tree/monorepo
I'm using detox ti run e2e tests.
This works perfectly with RN 0.73
My intention was to then setup a matrix where I would
As I'm trying to get this working on past versions of RN I'm hitting all sorts of problems like
I want to check if what I'm trying to do is feasible before filing more bugs around the issues I'm seeing.
Version
3.3.6
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
See https://github.com/oblador/react-native-vector-icons/tree/monorepo
Code of Conduct