You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
The react-native and expo versions of rn-tape are fixed which makes it impossible to test a given library for different versions of the platform.
Improvement
Add an command-line option that specifies a react-native or expo-version to run the test in.
How to implement it? Have a prepared folder for every supported expo/react-native version. This might be the fastest/cheapest way to implement it?!
Alternatives
We could have a setup script for each rn/expo version but it seems that this would just make the tests very slow.
The text was updated successfully, but these errors were encountered:
Problem
The
react-native
andexpo
versions ofrn-tape
are fixed which makes it impossible to test a given library for different versions of the platform.Improvement
Add an command-line option that specifies a
react-native
orexpo-version
to run the test in.How to implement it? Have a prepared folder for every supported expo/react-native version. This might be the fastest/cheapest way to implement it?!
Alternatives
We could have a setup script for each rn/expo version but it seems that this would just make the tests very slow.
The text was updated successfully, but these errors were encountered: