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
I am trying to use the react native demo and find that the app renders one compilation state behind: It seems that expo refreshing is triggered while compilation is occurring, (perhaps due to watchman watching intermediate files like src or class files), resulting in the previous state behind rendered. If the app is refreshed, the expected state then shows up. This workflow may be out of scope for this library, but having a demo with react native working smoothly end to end would be a great selling point for scala in this domain.
The text was updated successfully, but these errors were encountered:
I am trying to use the react native demo and find that the app renders one compilation state behind: It seems that expo refreshing is triggered while compilation is occurring, (perhaps due to watchman watching intermediate files like src or class files), resulting in the previous state behind rendered. If the app is refreshed, the expected state then shows up. This workflow may be out of scope for this library, but having a demo with react native working smoothly end to end would be a great selling point for scala in this domain.
The text was updated successfully, but these errors were encountered: