dependabot[bot] on npm_and_yarn
Bump tmpl from 1.0.4 to 1.0.5 … (compare)
dependabot[bot] on npm_and_yarn
Bump tmpl from 1.0.4 to 1.0.5 … (compare)
dependabot[bot] on npm_and_yarn
Bump path-parse from 1.0.5 to 1… (compare)
dependabot[bot] on npm_and_yarn
Bump path-parse from 1.0.5 to 1… (compare)
dependabot[bot] on npm_and_yarn
Bump merge from 1.2.0 to 1.2.1 … (compare)
dependabot[bot] on npm_and_yarn
Bump merge from 1.2.0 to 1.2.1 … (compare)
@JSGlobalScope
is available since 0.6.13. Before you had to extend js.GlobalScope
.Some more questions from @zaharidichev
Hi there, I had a few questions rega
regarding testing UIs that have been created with SRI. What do you generally recommend
We kind of want to have a way to drive created UIs, press buttons and make assertions on the results. As you guys have a lot more experience in the ecosystem, I wonder whether you know about something that can help us.
Either a particular library or the approach that it takes
And,
@zaharidichev
I took a brief look at scalajs-jest and how you guys use ti to test your SRI modules and it looks to me that in its essence, it gives you the ability to make assertions on how the UI tree looks like in java script
but it seems to lack features such as emulating a press of a button and inspecting the result of it, etc
@zaharidichev
one more question I had. Is there a way to redirect println() statements to the IOS system log. And in general what is the situation with logging ?
Nit: Once you have compiled output then sri part is done ,everything else is react-native. you'll get quick answers if you ask in react-native discord or react-native forums ..
NavigationScreenComponent
. Pretty much what I want to do is to have a header button that is interacting with the state of the screen component I am currently within. What is a proper way to do that ? I assume its via the parameters ?