expo-template-scala
expo-template-scala copied to clipboard
Add sample unit test
As done here in Slinky's create-react-scala-app
, would it be possible to add a sample test just checking that the native app renders?
I have seen that there are tests for native in https://github.com/shadaj/slinky/tree/master/native/src/test, based on these NPM packages
"react-test-renderer": "16.6.1",
"react-native-mock-render": "0.1.2"
but I am not sure if they can apply here and how to piece them together properly.
Any help would be great.
@mcallisto did you have any progress on this?
@diegoboston unfortunately not, still think it would be needed, but I did not have the time (and probably the skills) to solve it.