callstackincubator / rebolt-navigation

Fast and declarative router for Rebolt
https://rebolt-navigation.callstack.com/
MIT License
208 stars 11 forks source link

Fix animation timing #41

Closed grabbou closed 6 years ago

grabbou commented 6 years ago

Delays animation on push (when screen hasn't mounted yet) so that we can read animation config that has been set by its render method.

Fixes #40

satya164 commented 6 years ago

How about deferring rendering of the screen content that we talked about?

grabbou commented 6 years ago

I'll do that in a separate commit :)

On Thu, 19 Apr 2018 at 13:47 Satyajit Sahoo notifications@github.com wrote:

How about deferring rendering of the screen content that we talked about?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/callstack/react-navigation/pull/41#issuecomment-382705384, or mute the thread https://github.com/notifications/unsubscribe-auth/ACWcxt6CDgcPvVG6p_zekbOxrInp95VKks5tqHlKgaJpZM4TbbT_ .

satya164 commented 6 years ago

Ok