Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

feat: export underlying views used to build navigators #191

Merged
merged 1 commit into from
Dec 3, 2019

Conversation

satya164
Copy link
Member

@satya164 satya164 commented Dec 3, 2019

Exporting the underlying views makes it easy to build custom navigators on top of our views. Libraries such as react-native-router-flux rely on such exports to build custom routing solutions while being able to take advantage of our work.

This can also be the solution to adding custom behaviour without us needing to add separate config to override the router.

@satya164 satya164 requested a review from osdnk December 3, 2019 22:26
Exporting the underlying views makes it easy to build custom navigators on top of our views. Libraries such as react-native-router-flux rely on such exports to build custom routing solutions while being able to take advantage of our work.

This can also be the solution to adding custom behaviour without us needing to add separate config to override the router.
@codecov-io
Copy link

Codecov Report

Merging #191 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #191   +/-   ##
=======================================
  Coverage   93.24%   93.24%           
=======================================
  Files          36       36           
  Lines         770      770           
  Branches      194      202    +8     
=======================================
  Hits          718      718           
  Misses         43       43           
  Partials        9        9

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7a5cfd...21abb48. Read the comment docs.

@osdnk osdnk merged commit d618ab3 into master Dec 3, 2019
@osdnk osdnk deleted the @satya164/export-views branch December 3, 2019 23:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants