Skip to content

To support 0.38.1, we have changed style#37

Open
curvedtrunk wants to merge 3 commits intonikhilaravi:masterfrom
curvedtrunk:master
Open

To support 0.38.1, we have changed style#37
curvedtrunk wants to merge 3 commits intonikhilaravi:masterfrom
curvedtrunk:master

Conversation

@curvedtrunk
Copy link
Copy Markdown

Change styles of flex1 from {flex: 1} to {flexGrow: 1}

const styles = StyleSheet.create({
  flex1: {
    flexGrow: 1
  }
});

Change styles of flex1 from `{flex: 1}` to `{flexGrow: 1}`

```
const styles = StyleSheet.create({
  flex1: {
    flexGrow: 1
  }
});
```
keyboardShouldPersistTaps = {true} is deprecated in RN 0.40
@curvedtrunk
Copy link
Copy Markdown
Author

keyboardShouldPersistTaps = {true} is deprecated in RN 0.40
Use keyboardShouldPersistTaps = "always"

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

Successfully merging this pull request may close these issues.

1 participant