Git Product home page Git Product logo

Comments (9)

ericvicenti avatar ericvicenti commented on April 19, 2024

Hey Jared!

As for CardStack, yeah there are a handful of old props left over from the NavigationExperimental views that were moved over. For now I think the best approach is to clean them up, and we can revisit adding things in later.

@satya164, could you make sure the flow types and docs are up to date for screenProps?

from react-navigation.

satya164 avatar satya164 commented on April 19, 2024

@ericvicenti screenProps are typed as {} since they can hold arbitrary objects. Not sure what I have to change there.

from react-navigation.

coodoo avatar coodoo commented on April 19, 2024

As a side note, while reading the docs I got a bit confused by whether screenProps is the same thing as this.props.navigation object in each screen, maybe it was just an old name?

from react-navigation.

ericvicenti avatar ericvicenti commented on April 19, 2024

@coodoo, screenProps are extra props that will be passed through the navigator into each screen component, in addition to the navigation prop. Could you submit a PR to help clarify the docs?

from react-navigation.

jaredly avatar jaredly commented on April 19, 2024

@satya164 screenProps are not listed in a bunch of places -- for example, I believe that NavigationContainer should list screenProps as a thing it accepts

from react-navigation.

satya164 avatar satya164 commented on April 19, 2024

@jaredly NavigationContainer doesn't accept screenProps - https://github.com/react-community/react-navigation/search?utf8=%E2%9C%93&q=screenProps&type=Code

from react-navigation.

jaredly avatar jaredly commented on April 19, 2024

@satya164 I believe that it does

Here's the trail:

from StackNavigator

  return createNavigationContainer(createNavigator(router)(props => (
    <CardStack
      {...props}
      headerComponent={headerComponent}
      headerMode={headerMode}
      mode={mode}
    />
  )), containerOptions);

createNavigationContainer and createNavigator both spread in all props.

And then CardStack accepts screenProps.

TLDR I had to read a ton of source code to realize that I could do

const SomeStack = StackNavigator({
  // config
});

<SomeStack
  screenProps={/* these will get passed to the screen components */}
/>

Please fix the docs so future users don't have to read all your source code.

from react-navigation.

coodoo avatar coodoo commented on April 19, 2024

@ericvicenti Absolutely, will see how to merge all above mentioned details into the docs.

from react-navigation.

grabbou avatar grabbou commented on April 19, 2024

Closing as we are now generating prop-types directly from flow which should make it more up-to-date.

from react-navigation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.