mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 12:05:06 +00:00
Fix typo in ScrollView childLayoutProps error message
Summary:Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: (You can skip this if you're fixing a typo or adding an app to the Showcase.) Explain the **motivation** for making this change. What existing problem does the pull request solve? Example: When "Adding a function to do X", explain why it is necessary to have a way to do X. **Test plan (required)** Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. Make sure tests pass on both Travis and Circle CI. **Code formatting** See the simple [style guide](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#style-guide). Closes https://github.com/facebook/react-native/pull/6454 Differential Revision: D3049074 Pulled By: sahrens fb-gh-sync-id: 61d085bb5c7bedf80204cdfb94e5c23542e15333 shipit-source-id: 61d085bb5c7bedf80204cdfb94e5c23542e15333
This commit is contained in:
parent
e6343a83e2
commit
265b63866a
@ -431,7 +431,7 @@ var ScrollView = React.createClass({
|
||||
invariant(
|
||||
childLayoutProps.length === 0,
|
||||
'ScrollView child layout (' + JSON.stringify(childLayoutProps) +
|
||||
') must by applied through the contentContainerStyle prop.'
|
||||
') must be applied through the contentContainerStyle prop.'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user