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

Not working for react-native 0.38.1 #36

Open
Durgaprasad-Budhwani opened this issue Dec 5, 2016 · 0 comments
Open

Not working for react-native 0.38.1 #36

Durgaprasad-Budhwani opened this issue Dec 5, 2016 · 0 comments

Comments

@Durgaprasad-Budhwani
Copy link

Not working for react-native 0.38.1,

Reason: 0.38.1 scrollview implementation uses flexGrow instead of flex
Solution: Change styles of flex1 from {flex: 1} to {flexGrow: 1}

const styles = StyleSheet.create({
  flex1: {
    flexGrow: 1
  }
});
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

1 participant