Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Release 2.0.0-alpha.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@satya164 satya164 released this 21 Feb 09:57

Code Refactoring

  • Use exact types for flow (8d5c475)

BREAKING CHANGES

  • Don't pass navigationState to renderScene: Screens rendered in renderScene should not rely on the navigation state for better performance. We no longer pass the prop to encourage this behaviour. You can still pass the navigation state explicitely. Usually navigationState={this.state} should be enough.