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

remove bottom shadow not work #2231

Closed
hanxk opened this issue Aug 14, 2017 · 2 comments
Closed

remove bottom shadow not work #2231

hanxk opened this issue Aug 14, 2017 · 2 comments

Comments

@hanxk
Copy link

hanxk commented Aug 14, 2017

Version

Tell us which versions you are using:

  • react-native-router-flux 4.0.0-beta.17
  • react-native v0.46.4

Expected behaviour

remove bottom shadow

my code

const getSceneStyle = () => ({
backgroundColor: 'white',
shadowOpacity: 0,
shadowColor:'white',
shadowRadius: 0,
});

class App extends React.Component {
render() {
return (

<Scene key="main"
backButtonImage={require('../imgs/ic_nav_back.png')}
navigationBarStyle={{backgroundColor: 'white'}}
leftButtonIconStyle={{ width: 24, height: 16}}
>

        </Router>
    )
}

}

91552a9e-ed76-44b3-9cbb-20d22ffd091b

@aksonov
Copy link
Owner

aksonov commented Aug 14, 2017

Duplicate of react-navigation/react-navigation#297 ?

@hanxk
Copy link
Author

hanxk commented Aug 15, 2017

@aksonov thanks

@hanxk hanxk closed this as completed Aug 15, 2017
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