Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract stack to react-navigation-stack #4809

Merged
merged 3 commits into from Aug 4, 2018
Merged

Conversation

brentvatne
Copy link
Member

Motivation

Make it easier to work on / for people to test an alternative stack built on top of screen components while staying up to date with any upstream changes.

Test plan

Run navigation playground

@react-navigation-ci
Copy link

@react-navigation-ci
Copy link

@codecov-io
Copy link

Codecov Report

Merging #4809 into master will increase coverage by 4.15%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4809      +/-   ##
==========================================
+ Coverage   67.49%   71.65%   +4.15%     
==========================================
  Files          57       42      -15     
  Lines        1843     1083     -760     
==========================================
- Hits         1244      776     -468     
+ Misses        599      307     -292
Impacted Files Coverage Δ
src/react-navigation.js 18.96% <0%> (+6.89%) ⬆️
src/views/AnimatedValueSubscription.js 0% <0%> (-100%) ⬇️
src/utils/shallowEqual.js 0% <0%> (-93.75%) ⬇️
src/utils/ReactNativeFeatures.js 0% <0%> (-66.67%) ⬇️
src/views/TouchableItem.js 0% <0%> (-60%) ⬇️
...utils/getSceneIndicesForInterpolationInputRange.js 0% <0%> (-35.3%) ⬇️
src/navigators/createNavigator.js 94.44% <0%> (-5.56%) ⬇️
src/getChildNavigation.js 39.47% <0%> (-2.64%) ⬇️

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 d746a58...bd0a150. Read the comment docs.

@@ -4,7 +4,9 @@ import { StyleSheet, View } from 'react-native';
import renderer from 'react-test-renderer';

import NavigationActions from '../NavigationActions';
import createStackNavigator from '../navigators/createStackNavigator';

// TODO: we should create a dummy navigator here

This comment was marked as abuse.

This comment was marked as abuse.

Copy link
Contributor

@ericvicenti ericvicenti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, looking good!

@brentvatne brentvatne merged commit 73c76f1 into master Aug 4, 2018
@brentvatne brentvatne deleted the @brent/extract-stack branch October 11, 2018 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants