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

Create Example using Code from Blog Post #15

Open
cancan101 opened this issue Oct 28, 2015 · 1 comment
Open

Create Example using Code from Blog Post #15

cancan101 opened this issue Oct 28, 2015 · 1 comment

Comments

@cancan101
Copy link
Contributor

The blog post does a better job of demonstrating styling aspects of ex-navigator than the examples in the REDAME. I suggest either updating the README or creating a working example using the code in the blog post.

For example:

    renderLeftButton(navigator) {
      return (
        <TouchableOpacity
          touchRetentionOffset={ExNavigator.Styles.barButtonTouchRetentionOffset}
          onPress={() => navigator.parentNavigator.pop()}
          style={ExNavigator.Styles.barLeftButton}>
          <Text style={ExNavigator.Styles.barLeftButtonText}>Done<Text/>
        </TouchableOpacity>
      );

uses a number of styling and offset constants that are not documented in the README.

@ide
Copy link
Member

ide commented Oct 29, 2015

Opened #18 for people interested in contributing.

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

No branches or pull requests

2 participants