Lizzi Lindboe
Lizzi Lindboe
@parasharrajat so sorry, it looks like I forgot to commit the update to the new commands where we pass in policy parameters in `EditRequestPage`. Pushed that update, and it should...
@parasharrajat At the time this PR was created, there were a number of issues with violations reliably showing up in the UI that were addressed in other PRs, so I...
@parasharrajat @cead22 I think this should be good to go now, conflict-wise
Looking into root cause of the screen jumping in this video (running on Android device), as I don't think it's themeing, but it does point out to me that I...
@markrickert I do think we should address https://github.com/infinitered/ignite/pull/2636#issuecomment-2261960598. It not only makes the demo look better, but there are likely to be other use cases where somebody needs to set...
Pushed commit with changes to set native background color after discussion with @markrickert https://github.com/infinitered/ignite/pull/2636/commits/4fb4d6127d63aba9790fa396fbc3011a38898dfe
I think the behavior of platform-specific extensions did not get communicated properly here. "Base files" do not necessarily exist when using platform-specific extensions. I can have a `src/components/Header/index.android.ts` and a...
@migueldaipre Are you conditionally requiring Reactotron so that it only exists in dev everywhere you use it in your app? Reactotron shouldn't exist in your release mode app at all....
Please keep discussion to the issue described in this ticket: Reactron crashing in **dev** with `invalid host`. If you have a different issue, please open a new ticket.
In addition to changing the `roomVersion` to '2.4.0-alpha03', I had to change the project default JDK in Android Studio: 1. Double-press Shift, type "Gradle JVM", select it 2. Under Gradle...