-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
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
- yarn add react-native-test-app@0.72-stable (0.71-stable etc)
- yarn android
- detox ...
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?
- Android
- iOS
- macOS
- visionOS
- Windows
System Information
N/A at this stage
Steps to Reproduce
See https://github.com/oblador/react-native-vector-icons/tree/monorepo
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request