Skip to content

Not working for react-native 0.38.1 #36

@Durgaprasad-Budhwani

Description

@Durgaprasad-Budhwani

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
  }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions